summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcobbler/cobbler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/cobbler.py b/cobbler/cobbler.py
index 156a8d1..c02302e 100755
--- a/cobbler/cobbler.py
+++ b/cobbler/cobbler.py
@@ -55,7 +55,7 @@ def main():
except CX, exc:
print str(exc)[1:-1] # remove framing air quotes
except SystemExit:
- print str(exc)[1:-1] # remove framing air quotes
+ pass # probably exited from optparse, nothing extra to print
except Exception, exc2:
if str(type(exc2)).find("CX") == -1:
traceback.print_exc()