Skip to content

Commit 8a78d4b

Browse files
authored
Update nf_core/pipelines/rocrate.py
1 parent b976ec3 commit 8a78d4b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nf_core/pipelines/rocrate.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,6 @@ def update_rocrate(self) -> bool:
353353
Update the rocrate file
354354
"""
355355
# check if we need to output a json file and/or a zip file based on the file extensions
356-
json_path = None
357-
zip_path = None
358356
# try to find a json file
359357
json_path = Path(self.pipeline_dir, "ro-crate-metadata.json")
360358
if json_path.exists():

0 commit comments

Comments
 (0)