Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Harry Saunders <[email protected]>
  • Loading branch information
DanShort12 and hsaunders1904 authored Oct 18, 2023
1 parent f37296a commit 90f42f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyuicprecommit.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def main(argv: list[str]) -> int:
out = run_uic(uic_exe, ui_file)
if out != target_file.read_text():
print(
f"Python file '{target_file}' out of data with '{ui_file}'",
f"Python file '{target_file}' out of date with '{ui_file}'",
file=sys.stderr,
)
exit_code = 1
Expand Down

0 comments on commit 90f42f8

Please sign in to comment.