Skip to content

Commit

Permalink
All downloads are recursive now?
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgr committed May 29, 2024
1 parent 7a345ca commit 163c034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tango/integrations/wandb/step_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def use_step_result_artifact(self, step: Union[Step, StepInfo]) -> None:

def _download_step_remote(self, step_result, target_dir: PathOrStr):
try:
step_result.download(root=target_dir, recursive=True)
step_result.download(root=target_dir)
except (WandbError, ValueError):
raise RemoteNotFoundError()

Expand Down

0 comments on commit 163c034

Please sign in to comment.