Skip to content

Commit

Permalink
fix syntax again
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Jun 10, 2024
1 parent 068aa45 commit 5040b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/win/gen-data.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
else:
check_files = glob(makepath(root + '/' + path + '/' + pattern))
for fname in check_files:
print(f'File "{makepath(fname.replace(root, '${RELEASE_DIR}'))}"')
print(f'File "{makepath(fname.replace(root, "${RELEASE_DIR}"))}"')

0 comments on commit 5040b26

Please sign in to comment.