~ma5dev/madanalysis5/v1.5beta

« back to all changes in this revision

Viewing changes to madanalysis/core/main.py

  • Committer: Benjamin Fuks
  • Date: 2016-09-02 23:16:29 UTC
  • Revision ID: fuks@cern.ch-20160902231629-1dc60bl6ms03n6gn
fixing last few things for the mg5-ma5 interface 

Show diffs side-by-side

added added

removed removed

Lines of Context:
372
372
 
373
373
    def CheckConfig(self,debug=False):
374
374
        checkup = CheckUp(self.archi_info, self.session_info, debug, self.script)
375
 
        
 
375
 
376
376
        if not checkup.CheckArchitecture():
377
377
            return False
378
378
        if not checkup.ReadUserOptions():