Skip to content

Commit

Permalink
Update src/hyp3_sdk/jobs.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Herrmann <[email protected]>
  • Loading branch information
AndrewPlayer3 and jtherrmann authored Jan 8, 2025
1 parent d354dc1 commit 92857fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyp3_sdk/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def download_files(self, location: Path | str = '.', create: bool = True) -> lis
elif not location.is_dir():
raise NotADirectoryError(str(location))

assert isinstance(self.files, list)
assert self.files is not None

downloaded_files = []
for file in self.files:
Expand Down

0 comments on commit 92857fa

Please sign in to comment.