Skip to content

Commit 46d44da

Browse files
yuzelinyuzelin
authored andcommitted
[hotfix] Fix runtime exception on windows (#23)
(cherry picked from commit 0d0237b)
1 parent c973a50 commit 46d44da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paimon_python_java/gateway_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def launch_gateway_server_process(env):
6363
*main_args
6464
]
6565

66+
preexec_fn = None
6667
if not on_windows():
6768
def preexec_func():
6869
# ignore ctrl-c / SIGINT

0 commit comments

Comments
 (0)