Skip to content

Commit

Permalink
Update bactopia-to-md.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetit3 authored Sep 22, 2024
1 parent c313df2 commit 68992cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bactopia-to-md.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def get_modules(module_path):
modules[module_name] = json.load(params_fh)
except Exception as e:
IGNORE_LIST.append(module_name)
print(f"skipping {module_name} - {params_json}")
print(f"skipping {module_name} - {params_json} - {e}")
return modules

def read_nextflow_config(nf_config):
Expand Down

0 comments on commit 68992cb

Please sign in to comment.