Skip to content

Commit

Permalink
reword runtime-dep.py message (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
DemoYeti committed Aug 19, 2024
1 parent abafd13 commit 5a4b4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .maintain/runtime-dep.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import toml

if len(sys.argv) != 2:
print("needs the runtime folder.")
print("The runtime folder argument is required.")
sys.exit(-1)

runtime_dir = sys.argv[1]
Expand Down

0 comments on commit 5a4b4b0

Please sign in to comment.