Skip to content

Check if accounting group is given before trying to access

pipeline.py was recently changed to set the condor accounting group. Unfortunately this require the option to be present in a config parser file, and if not it will fail. This patch adds a check before attempting to get that value, so that condor clusters that aren't using LIGO's accounting will not require this.

Merge request reports