~maddevelopers/mg5amcnlo/2.7.1.3

« back to all changes in this revision

Viewing changes to madgraph/various/process_checks.py

  • Committer: olivier-mattelaer
  • Date: 2020-01-20 14:53:46 UTC
  • mfrom: (283.1.26 2.7.0)
  • Revision ID: olivier-mattelaer-20200120145346-uosfwy1zhg4ikp1x
pass to 2.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
734
734
 
735
735
        # If directory doesn't exist, skip and return 0
736
736
        if not shell_name:
737
 
            logging.info("Directory hasn't been created for process %s" %proc)
 
737
            logging.info("Directory hasn't been created for process %s: %s", proc, directories)
738
738
            return ((0.0, 0.0, 0.0, 0.0, 0), [])
739
739
 
740
740
        if verbose: logging.debug("Working on process %s in dir %s" % (proc, shell_name))