Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Caillé committed Aug 16, 2024
1 parent 3829369 commit 3ca79b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def prepare(self) -> TaskStatus | None:
version = self.version.get() or manifest_version

if not package_name:
return TaskStatus.pending(f"Unable to verify package existence - unknown package name")
return TaskStatus.pending("Unable to verify package existence - unknown package name")
if not version:
return TaskStatus.pending("Unable to verify package existence - unknown version")

Expand Down

0 comments on commit 3ca79b3

Please sign in to comment.