Ignore:
Timestamp:
Aug 30, 2011, 6:59:40 PM (14 years ago)
Author:
rick
Message:

Error the right set of alternatives.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/django_gheat/gheat/management/commands/import_datafile.py

    r9629 r9631  
    6969    except ValueError: pass
    7070  # 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))
    7272
    7373
Note: See TracChangeset for help on using the changeset viewer.