Skip to content

Commit

Permalink
Update nf_core/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Júlia Mir Pedrol <mirp.julia@gmail.com>
  • Loading branch information
mashehu and mirpedrol authored Oct 22, 2024
1 parent 612570f commit 4abbc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ def model_dump(self, **kwargs) -> Dict[str, Any]:
fields_to_exclude = ["template", "update"]
else: # pipeline
# Fields to exclude for pipeline
fields_to_exclude = ["bump_version"]
fields_to_exclude = ["bump_version", "org_path"]

# Remove the fields based on repository_type
for field in fields_to_exclude:
Expand Down

0 comments on commit 4abbc4a

Please sign in to comment.