Skip to content
Snippets Groups Projects
Commit 17de881f authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

#debugbyci

parent 7dfde160
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ class MergingSource(BaseSource):
try:
p = source.provide()
except ConfigurationError as e:
logger.warning('Raised %s while processing %p', e, p)
logger.warning('Raised %s while processing %s', e, p)
if self.on_fail == MergingSource.RAISE:
raise e
elif self.on_fail == MergingSource.SILENT:
......
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