Skip to content

Commit 6679a68

Browse files
author
Alexander Smishlajev
committed
oops. forgot to reenable ConfigurationError handling, disabled for debugging.
1 parent fc3711e commit 6679a68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/scripts/roundup_server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
"""Command-line script that runs a server over roundup.cgi.client.
1919
20-
$Id: roundup_server.py,v 1.64 2004-10-17 18:14:22 a1s Exp $
20+
$Id: roundup_server.py,v 1.65 2004-10-17 18:22:32 a1s Exp $
2121
"""
2222
__docformat__ = 'restructuredtext'
2323

@@ -553,7 +553,7 @@ def run(port=undefined, success_message=None):
553553
options, ("help", "version", "save-config",),
554554
host="n:", port="p:", group="g:", user="u:",
555555
logfile="l:", pidfile="d:", log_hostnames="N")
556-
except (getopt.GetoptError), e: #, configuration.ConfigurationError), e:
556+
except (getopt.GetoptError, configuration.ConfigurationError), e:
557557
usage(str(e))
558558
return
559559

0 commit comments

Comments
 (0)