Skip to content

Commit

Permalink
ruff format
Browse files Browse the repository at this point in the history
jtherrmann committed Jan 20, 2025
1 parent d13ce8e commit 6fa94ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hyp3_sdk/jobs.py
Original file line number Diff line number Diff line change
@@ -129,8 +129,7 @@ def download_files(self, location: Path | str = '.', create: bool = True) -> lis
if self.expired():
assert self.expiration_time is not None
raise HyP3SDKError(
f'Expired jobs cannot be downloaded; '
f'job expired {self.expiration_time.isoformat(timespec="seconds")}.'
f'Expired jobs cannot be downloaded; job expired {self.expiration_time.isoformat(timespec="seconds")}.'
)

if create:

0 comments on commit 6fa94ff

Please sign in to comment.