Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrecco67 committed Aug 16, 2024
1 parent 626543a commit 633db11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/convert-presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def main(directory):
from math import log10

if len(sys.argv) != 2:
print("Usage: python script.py <preset-directory>")
print("Usage: python3 convert-presets.py <preset-directory>")
sys.exit(1)

directory = sys.argv[1]
Expand Down

0 comments on commit 633db11

Please sign in to comment.