From: Faiyaz Ahmed Date: Thu, 11 Jun 2009 21:33:39 +0000 (+0000) Subject: fixing a bug X-Git-Tag: sfa-0.9-0@14641~303 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=784a567dec7981656463399e0216bc13e1536989;p=sfa.git fixing a bug --- diff --git a/cmdline/sfi.py b/cmdline/sfi.py index 5ef4f89a..d8c56dde 100755 --- a/cmdline/sfi.py +++ b/cmdline/sfi.py @@ -365,6 +365,7 @@ def main(): try: dispatch(command, cmd_opts, cmd_args) except KeyError: + raise print "Command not found:", command sys.exit(1)