Skip to content

Commit

Permalink
[hotfix] Fix runtime exception on windows (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin authored Oct 31, 2024
1 parent debb30e commit 0d0237b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paimon_python_java/gateway_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def launch_gateway_server_process(env):
*main_args
]

preexec_fn = None
if not on_windows():
def preexec_func():
# ignore ctrl-c / SIGINT
Expand Down

0 comments on commit 0d0237b

Please sign in to comment.