mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-04 03:34:26 +08:00
BUG: Python 3 fix.
This commit is contained in:
@@ -153,7 +153,7 @@ def main(argv=None):
|
||||
"tz_in=",
|
||||
"fake_csv=",
|
||||
"file_out="])
|
||||
except getopt.error, msg:
|
||||
except getopt.error as msg:
|
||||
raise Usage(msg)
|
||||
for opt, value in opts:
|
||||
if opt in ("--help", "-h"):
|
||||
|
||||
Reference in New Issue
Block a user