Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 31f9316

Browse files
authored
fix: typo (#302)
Thanks for the catch!
1 parent 95835e0 commit 31f9316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/scripts/uic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
elif is_installed("PyQt5"):
2525
from PyQt5.uic.pyuic import main as uic
2626
else:
27-
sys.exit("No rcc can be found in current Python environment.")
27+
sys.exit("No uic can be found in current Python environment.")
2828
sys.exit(uic())

0 commit comments

Comments
 (0)