Skip to content

Commit dbc228e

Browse files
author
Thomas Desveaux
committed
artifacts: minor debug log fix
1 parent e8717af commit dbc228e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nimp/artifacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def create_artifact(
295295
with zipfile.ZipFile(archive_path + '.tmp', 'r') as archive_file:
296296
if archive_file.testzip():
297297
raise OSError('Archive is corrupted')
298-
logging.debug('Renaming %s to %s' % (archive_path + '.tmp', artifact_path))
298+
logging.debug('Renaming %s to %s', archive_path + '.tmp', archive_path)
299299
shutil.move(archive_path + '.tmp', archive_path)
300300

301301
else:

0 commit comments

Comments
 (0)