Skip to content

Commit

Permalink
Case mattErs
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Feb 1, 2015
1 parent ada3c93 commit e3b91d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submit-distances.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def get_system(tdb):
""".format(sys.argv[0])
)

systemName = args[0]
systemName = ' '.join(args[0].split()).upper()
if systemName.startswith('@'):
allowUpdate = True
systemName = systemName[1:]
Expand Down

0 comments on commit e3b91d3

Please sign in to comment.