ENH: Don't setup accounting when running locally.
requested to merge alexandresebastien.goettel/bilby_pipe:dont_force_accounting_on_local_run into master
Just a small thing but on a local test I noticed that default settings with local=True will crash if condor authentication is not set.
Technically one could also set condor=False in the ini file, but I thought this would be a nicer default behaviour since there is no reason to check condor credentials on local runs.