whoops !!
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 1 Jun 2012 11:06:47 +0000 (13:06 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 1 Jun 2012 11:06:47 +0000 (13:06 +0200)
sfa/client/sfi.py

index 40991b6..a221b4b 100644 (file)
@@ -839,8 +839,6 @@ or version information about sfi itself
             record_dict.update(load_record_from_file(rec_file).todict())
         if options:
             record_dict.update(load_record_from_opts(options).todict())
-        print 'bkpt',record_dict
-        sys.exit(0)
         # we should have a type by now
         if 'type' not in record_dict :
             self.print_help()