changeset 2773:6fb4b692c133

oops. forgot to reenable ConfigurationError handling, disabled for debugging.
author Alexander Smishlajev <a1s@users.sourceforge.net>
date Sun, 17 Oct 2004 18:22:32 +0000
parents 52460ff89e10
children 22c381f3f448
files roundup/scripts/roundup_server.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/roundup/scripts/roundup_server.py	Sun Oct 17 18:14:22 2004 +0000
+++ b/roundup/scripts/roundup_server.py	Sun Oct 17 18:22:32 2004 +0000
@@ -17,7 +17,7 @@
 
 """Command-line script that runs a server over roundup.cgi.client.
 
-$Id: roundup_server.py,v 1.64 2004-10-17 18:14:22 a1s Exp $
+$Id: roundup_server.py,v 1.65 2004-10-17 18:22:32 a1s Exp $
 """
 __docformat__ = 'restructuredtext'
 
@@ -553,7 +553,7 @@
             options, ("help", "version", "save-config",),
             host="n:", port="p:", group="g:", user="u:",
             logfile="l:", pidfile="d:", log_hostnames="N")
-    except (getopt.GetoptError), e: #, configuration.ConfigurationError), e:
+    except (getopt.GetoptError, configuration.ConfigurationError), e:
         usage(str(e))
         return
 

Roundup Issue Tracker: http://roundup-tracker.org/