Skip to content

Commit

Permalink
small changes to migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jdabtieu committed Mar 13, 2021
1 parent a855ef1 commit 3994cb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@

if invalid_flag:
print('Please fix invalid flags before running this script again.')
sys.exit()
print('Valid flags should contain only printable ASCII characters and be 0-1024 characters in length.')
sys.exit(1)


# Change score table to allow dynamic scoring
Expand Down

0 comments on commit 3994cb8

Please sign in to comment.