We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c71c78 commit 75b08d2Copy full SHA for 75b08d2
templates/generate
@@ -81,7 +81,7 @@ def main():
81
print("Usage:")
82
print(" generate <outfile> <version> < input.json")
83
print()
84
- raise RuntimeError("Arg error")
+ sys.exit(1)
85
86
outfile = sys.argv[1]
87
version = sys.argv[2]
0 commit comments