Skip to content

Commit

Permalink
fix: 修复路径输出格式异常的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
weinibuliu committed Dec 3, 2024
1 parent 25dac22 commit 79cf591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/binding/Python/maa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"Library not initialized, please call `library.open()` first."
)
else:
raise FileNotFoundError(__PATH, " ", "is not exists.")
raise FileNotFoundError(f"{__PATH} is not exists.")

0 comments on commit 79cf591

Please sign in to comment.