We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7ce3f commit 51989cbCopy full SHA for 51989cb
scripts/pylib/twister/twisterlib/coverage.py
@@ -538,7 +538,7 @@ def try_making_symlink(source: str, link: str):
538
os.symlink(source, link)
539
except OSError as e:
540
logger.error(
541
- "Error creating symlink: %s, attempting to copy.". str(e)
+ "Error creating symlink: %s, attempting to copy.", str(e)
542
)
543
shutil.copy(source, link)
544
0 commit comments