Skip to content

Commit

Permalink
Fix typo in custom-auditwheel script
Browse files Browse the repository at this point in the history
  • Loading branch information
n-elie committed Feb 6, 2024
1 parent c39aa4c commit 0f1c354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/custom-auditwheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'libQt6Core.so.6',
'libxcb.so.1',
])
fname = tmppath / libc.name + "-policy.json"
fname = tmppath / (libc.name + "-policy.json")
with open(fname, "w") as f:
json.dump(policies, f)
POLICY_JSON_MAP[libc] = fname
Expand Down

0 comments on commit 0f1c354

Please sign in to comment.