Skip to content

Commit

Permalink
update debug messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsmith5 committed Nov 24, 2021
1 parent ff9158b commit 442d71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/pepatac.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ def main():

# Report utilized assets
assets_file = os.path.join(param.outfolder, "assets.tsv")
pm.info(f"res: {res}")
pm.debug(f"res: {res}")
for asset in res:
if isinstance(res[asset], list):
for a in res[asset]:
Expand Down

0 comments on commit 442d71b

Please sign in to comment.