Skip to content

Commit 68992cb

Browse files
authored
Update bactopia-to-md.py
1 parent c313df2 commit 68992cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/bactopia-to-md.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def get_modules(module_path):
115115
modules[module_name] = json.load(params_fh)
116116
except Exception as e:
117117
IGNORE_LIST.append(module_name)
118-
print(f"skipping {module_name} - {params_json}")
118+
print(f"skipping {module_name} - {params_json} - {e}")
119119
return modules
120120

121121
def read_nextflow_config(nf_config):

0 commit comments

Comments
 (0)