Skip to content

pe.py: fix fake start and end times if None is given

Matthew Pitkin requested to merge fixsubmit into master

Currently if no start and end times are passed to the simulation code the Condor DAGs fail as None values get put in there place and therefor the default values don't get used. This fixes that problem.

Merge request reports