summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-04-23 13:47:58 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-04-23 13:47:58 -0400
commitb93705dc092d8e675bcb0690b29c20dbd2d58b68 (patch)
tree063f4d42843d67dcd25e229764ef1c0311a0e035 /cobbler
parent5a53dfb37bbd95aa5c3ae5d67c493c2b1879c8f7 (diff)
downloadthird_party-cobbler-b93705dc092d8e675bcb0690b29c20dbd2d58b68.tar.gz
third_party-cobbler-b93705dc092d8e675bcb0690b29c20dbd2d58b68.tar.xz
third_party-cobbler-b93705dc092d8e675bcb0690b29c20dbd2d58b68.zip
Typo
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 5db40ce..e8a2ef5 100755
--- a/cobbler/cobbler.py
+++ b/cobbler/cobbler.py
@@ -56,7 +56,7 @@ def main():
except SystemExit:
pass # probably exited from optparse, nothing extra to print
except Exception, exc2:
- if isinstance(exc2, CX) or isinstance(exc2, CobblerException)
+ if isinstance(exc2, CX) or isinstance(exc2, CobblerException):
traceback.print_exc()
else:
print str(exc2)[1:-1] # remove framing air quotes