Skip to content

Commit

Permalink
ENH: Improve comment
Browse files Browse the repository at this point in the history
skipci
  • Loading branch information
cortadocodes committed Jun 27, 2023
1 parent 3b80d75 commit bd9e4da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion octue/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,8 @@ def _upload_manifest(self, manifest_type, question_diagnostics_path):
# Upload each dataset and update its path in the manifest.
for dataset_name, dataset_path in manifest["datasets"].items():

# Handle serialised manifests containing serialised datasets instead of the datasets' paths.
# Handle manifests containing serialised datasets instead of just the datasets' paths. Datasets can be in
# this state if they were instantiated using the `files` argument.
if isinstance(dataset_path, dict):
dataset_path = dataset_path["path"]

Expand Down

0 comments on commit bd9e4da

Please sign in to comment.