Skip to content

Commit

Permalink
fix check for default storage provider if no shared FS is assumed.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Dec 6, 2023
1 parent d3d8837 commit 629b1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakemake/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def execute_workflow(
not in self.workflow_api.storage_settings.shared_fs_usage
and (
not self.workflow_api.storage_settings.default_storage_provider
or not self.workflow_api.storage_settings.default_storage_prefix
or self.workflow_api.storage_settings.default_storage_prefix is None
)
):
raise ApiError(
Expand Down

0 comments on commit 629b1d4

Please sign in to comment.