[Collab-qa-commits] r1069 - udd/src
neronus-guest at alioth.debian.org
neronus-guest at alioth.debian.org
Mon Aug 11 13:45:47 UTC 2008
Author: neronus-guest
Date: 2008-08-11 13:45:46 +0000 (Mon, 11 Aug 2008)
New Revision: 1069
Modified:
udd/src/udd-dispatch.py
Log:
fixed typo
Modified: udd/src/udd-dispatch.py
===================================================================
--- udd/src/udd-dispatch.py 2008-08-11 13:33:24 UTC (rev 1068)
+++ udd/src/udd-dispatch.py 2008-08-11 13:45:46 UTC (rev 1069)
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Last-Modified: <Sun Aug 10 11:44:14 2008>
+# Last-Modified: <Mon Aug 11 13:49:35 2008>
"""Dispatch udd gatherers
@@ -22,7 +22,7 @@
command = sys.argv[2]
if command not in ('run', 'setup', 'drop'):
sys.stderr.write("command has to be one of 'run', 'setup', 'drop'\n")
- sys.ext(1)
+ sys.exit(1)
# Check the configuration
config = udd.aux.load_config(open(sys.argv[1]).read())
More information about the Collab-qa-commits
mailing list