aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/libshiboken/embed/signature_bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/libshiboken/embed/signature_bootstrap.py')
-rw-r--r--sources/shiboken6/libshiboken/embed/signature_bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/libshiboken/embed/signature_bootstrap.py b/sources/shiboken6/libshiboken/embed/signature_bootstrap.py
index c659cc8d8..08928e915 100644
--- a/sources/shiboken6/libshiboken/embed/signature_bootstrap.py
+++ b/sources/shiboken6/libshiboken/embed/signature_bootstrap.py
@@ -143,7 +143,7 @@ def bootstrap():
os.remove(support_path)
except OSError as e:
print(e)
- print("Error deleting {support_path}, ignored".format(**locals()))
+ print(f"Error deleting {support_path}, ignored")
return loader
# New functionality: Loading from a zip archive.