~madteam/mg5amcnlo/trunk

« back to all changes in this revision

Viewing changes to madgraph/interface/madevent_interface.py

  • Committer: olivier Mattelaer
  • Date: 2012-09-29 01:16:29 UTC
  • Revision ID: olivier.mattelaer@uclouvain.be-20120929011629-e59n9g855cw2a4d3
fix the path to the gensym error file

Show diffs side-by-side

added added

removed removed

Lines of Context:
2434
2434
        if P_zero_result:
2435
2435
            if len(P_zero_result) == len(subproc):
2436
2436
                raise ZeroResult, '%s' % \
2437
 
                    open(pjoin(self.me_dir,'error')).read()
 
2437
                    open(pjoin(Pdir,'ajob.no_ps.log')).read()
2438
2438
            else:
2439
2439
                logger.warning(''' %s SubProcesses doesn\'t have available phase-space.
2440
2440
            Please check mass spectrum.''' % ','.join(P_zero_result))