Skip to content
Snippets Groups Projects
Commit 8588d3e8 authored by vlorentz's avatar vlorentz
Browse files

Fix missing substitution

parent b36dd3b7
No related branches found
No related tags found
No related merge requests found
......@@ -567,7 +567,7 @@ class GitBareCooker(BaseVaultCooker):
for (content, datum) in contents_and_data:
if datum is None:
logger.error(
"{content.swhid()} is visible, but is missing data. Skipping."
"%s is visible, but is missing data. Skipping.", content.swhid()
)
continue
self.write_content(content.sha1_git, datum)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment