Skip to content

Commit

Permalink
repository_metadata_manager.py - linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Mar 17, 2023
1 parent db1098f commit 60eb65e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/tool_shed/metadata/repository_metadata_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,7 @@ def handle_repository_elem(self, repository_elem, only_if_compiling_contained_td
.one()
)
except Exception:
error_message = "Ignoring repository dependency definition for tool shed %s, name %s, owner %s, " % (
toolshed,
name,
owner,
)
error_message = f"Ignoring repository dependency definition for tool shed {toolshed}, name {name}, owner {owner}, "
error_message += f"changeset revision {changeset_revision} because the owner is invalid."
log.debug(error_message)
is_valid = False
Expand Down

0 comments on commit 60eb65e

Please sign in to comment.