From da160190efa5194c19c71e185ff0061cb5fd6cad Mon Sep 17 00:00:00 2001 From: GarethCabournDavies Date: Thu, 5 Oct 2023 08:25:28 -0700 Subject: [PATCH] CC complaint - there are some other, but these havent been changed by this PR --- pycbc/workflow/pegasus_workflow.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pycbc/workflow/pegasus_workflow.py b/pycbc/workflow/pegasus_workflow.py index 2276719ec78..21880b34031 100644 --- a/pycbc/workflow/pegasus_workflow.py +++ b/pycbc/workflow/pegasus_workflow.py @@ -319,7 +319,8 @@ class Workflow(object): def __init__(self, name='my_workflow', directory=None, cache_file=None, dax_file_name=None): # Pegasus logging is fairly verbose, quieten it down a bit - # This sets the logger to one level less verbose than the root (pycbc) logger + # This sets the logger to one level less verbose than the root + # (pycbc) logger pegasus_logger.setLevel(logging.root.level + 10) self.name = name self._rc = dax.ReplicaCatalog()