[entropy.client.interfaces.methods] fix wrong const_debug_write string formatting
This commit is contained in:
@@ -839,9 +839,7 @@ class RepositoryMixin:
|
||||
mydata = repo_data.get(repoid)
|
||||
if mydata is None:
|
||||
const_debug_write(__name__,
|
||||
"run_repository_post_branch_upgrade_hooks: repo data N/A" % (
|
||||
repoid,)
|
||||
)
|
||||
"run_repository_post_branch_upgrade_hooks: repo data N/A")
|
||||
continue
|
||||
|
||||
# check if branch upgrade script exists
|
||||
|
||||
Reference in New Issue
Block a user