diff --git a/apps/jetbrains/jetbrains.py b/apps/jetbrains/jetbrains.py index b76cc63e9b..b424b4269d 100644 --- a/apps/jetbrains/jetbrains.py +++ b/apps/jetbrains/jetbrains.py @@ -143,7 +143,7 @@ def idea(commands: str): send_idea_command(cmd.strip()) actions.sleep(0.1) except Exception as e: - app.notify(e) + app.notify(str(e)) raise def idea_grab(times: int):