summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-02-19 13:49:54 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-02-19 13:49:54 -0500
commitd8056b0eaf2be1413625afe27600c7c5f8f4bee3 (patch)
tree98035703761e3f8eb8cafb888de9ef886817c1b7 /cobbler
parentd2cd9526dc15bb295879ab4451957ee47620bc5e (diff)
downloadthird_party-cobbler-d8056b0eaf2be1413625afe27600c7c5f8f4bee3.tar.gz
third_party-cobbler-d8056b0eaf2be1413625afe27600c7c5f8f4bee3.tar.xz
third_party-cobbler-d8056b0eaf2be1413625afe27600c7c5f8f4bee3.zip
Less output from optparse
Diffstat (limited to 'cobbler')
-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()