Changeset 9631 for src/django_gheat/gheat/management/commands
- Timestamp:
- Aug 30, 2011, 6:59:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/gheat/management/commands/import_datafile.py
r9629 r9631 69 69 except ValueError: pass 70 70 # Start nagging we cannot parse the entries 71 raise CommandError("Invalid date '%s', options: %s" % (datestr, strptime_ options))71 raise CommandError("Invalid date '%s', options: %s" % (datestr, strptime_choices)) 72 72 73 73
Note:
See TracChangeset
for help on using the changeset viewer.