Changeset 2536
- Timestamp:
- 10/03/05 17:03:05 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/dumper.py
r2535 r2536 91 91 92 92 format = options["format"] 93 if format not in self.validformats.keys() : 93 if format not in self.validformats.keys() \ 94 or ((format == "cups") and (datatype == "history") and options["sum"]) : 94 95 raise PyKotaCommandLineError, _("Invalid modifier [%s] for --format command line option, see help.") % format 95 96