Skip to content

Commit

Permalink
fix: typo (#302)
Browse files Browse the repository at this point in the history
Thanks for the catch!
  • Loading branch information
zanejgr committed Apr 14, 2023
1 parent 95835e0 commit 31f9316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/scripts/uic.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
elif is_installed("PyQt5"):
from PyQt5.uic.pyuic import main as uic
else:
sys.exit("No rcc can be found in current Python environment.")
sys.exit("No uic can be found in current Python environment.")
sys.exit(uic())

0 comments on commit 31f9316

Please sign in to comment.