Skip to content

Commit

Permalink
revert main arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Dec 9, 2024
1 parent dc28896 commit 93b146c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def main():
input_path = sys.argv[2]
output_path = None

if len(sys.argv) == 4:
if len(sys.argv) == 5:
output_path = sys.argv[3]
else:
print("Auto-generating output path...")
Expand Down

0 comments on commit 93b146c

Please sign in to comment.