~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to madgraph/interface/extended_cmd.py

merge lp:~maddevelopers/madgraph5/transfer_on_exit 

Show diffs side-by-side

added added

removed removed

Lines of Context:
497
497
        except Exception, error:
498
498
            debug_file.write('Fail to write options with error %s' % error)
499
499
        
 
500
 
500
501
        #stop the execution if on a non interactive mode
501
502
        if self.use_rawinput == False:
502
503
            return True