Skip to content

Commit

Permalink
Try fix: SyntaxWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT authored Oct 14, 2023
1 parent c0a00a5 commit 926a820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/extractWSA.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def __repr__(self):
elif g.filename == 'AppxManifest.xml':
g.filename = f'resources.{name}.xml'
l.extract(g, xmldir)
elif re.search(u'Images/.+\.png', g.filename):
elif re.search(u'Images/.+.png', g.filename):
l.extract(g, archdir)
with zipfile.ZipFile(zip_path) as zip:
stat = Path(zip_path).stat()
Expand Down

0 comments on commit 926a820

Please sign in to comment.