Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
YYYasin19 committed Aug 18, 2023
1 parent 752e055 commit 8fb36d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quetz/tasks/mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,8 @@ def create_version_from_metadata(
pkg_format = "tarbz2"
else:
raise ValueError(
f"Unknown package format for package {package_file_name} in channel {channel_name}"
f"Unknown package format for package {package_file_name}"
f"in channel {channel_name}"
)
version = dao.create_version(
channel_name,
Expand Down

0 comments on commit 8fb36d6

Please sign in to comment.