Skip to content

Commit

Permalink
CC complaint - there are some other, but these havent been changed by…
Browse files Browse the repository at this point in the history
… this PR
  • Loading branch information
GarethCabournDavies committed Oct 5, 2023
1 parent 6f36438 commit e3c38f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pycbc/workflow/pegasus_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e3c38f6

Please sign in to comment.