Skip to content

Commit

Permalink
Added SustemExit exception handling
Browse files Browse the repository at this point in the history
  • Loading branch information
al-ahmedabdullah committed Aug 2, 2017
1 parent 752c98d commit 923404b
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -61,4 +61,6 @@ def handle(self, *args, **options):
self.setup(current_sm['init'], current_sm['name'], current_sm['description'], sweep=current_sm['sweep'])
except KeyError, e:
self.setup(current_sm['init'], current_sm['name'], current_sm['description'])
except SystemExit:
return
print "done"

0 comments on commit 923404b

Please sign in to comment.