diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2009-10-02 20:03:41 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2009-10-02 20:03:41 +0000 |
commit | 8dc9f0550311fe60eb3581c835df802083afceba (patch) | |
tree | 82ec6ed13edbfd8411e0c2caab9eb86e60436c8a /src | |
parent | a434cd446c015980dad5ff97ac5ae33e007a5bb3 (diff) | |
download | bcfg2-8dc9f0550311fe60eb3581c835df802083afceba.tar.gz bcfg2-8dc9f0550311fe60eb3581c835df802083afceba.tar.bz2 bcfg2-8dc9f0550311fe60eb3581c835df802083afceba.zip |
Viz: remove spurious raise SystemExit
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5473 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/Server/Admin/Viz.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Server/Admin/Viz.py b/src/lib/Server/Admin/Viz.py index a6dd6682c..03a46335c 100644 --- a/src/lib/Server/Admin/Viz.py +++ b/src/lib/Server/Admin/Viz.py @@ -38,7 +38,6 @@ class Viz(Bcfg2.Server.Admin.MetadataCore): 'includekey', 'outfile=']) except getopt.GetoptError, msg: print msg - raise SystemExit(1) rset = False hset = False |