scripts: Fix typo

This commit is contained in:
Florian Bruhin 2023-10-17 09:46:44 +02:00
parent 1b7e3cdb7d
commit 4fd5af3ab3
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ def get_lib_path(executable, name, required=True):
wrapper = os.environ["QUTE_QT_WRAPPER"]
raise Error(
f"Could not import {name} with {executable}: {data} "
f"(QUTE_QT_WRAPPER: {wrapper}"
f"(QUTE_QT_WRAPPER: {wrapper})"
)
return None
else: