diff options
author | Tudor Roman | 2019-09-14 11:52:43 +0300 |
---|---|---|
committer | Tudor Roman | 2019-09-14 11:52:43 +0300 |
commit | 804861ea75aa101c6b49d1a467c5835ad9800b98 (patch) | |
tree | 51aaea4c7236fc5d1d9489723d14fabc1cf8db5a | |
parent | 6ee229624295e5e71c706c79570d9031528dc2a2 (diff) | |
download | rmi_scripts-804861ea75aa101c6b49d1a467c5835ad9800b98.tar.gz rmi_scripts-804861ea75aa101c6b49d1a467c5835ad9800b98.zip |
team id must be an integer
-rwxr-xr-x | add_teams | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ # # This script expects as its first argument a path to a csv file with two columns, # name and id. name should be the long name of the team, like "Romania - Juniors", -# while id should be a short identifier, like "RO_VJ". +# while id should be an integer # import csv |