Skip to content

Commit 4503db5

Browse files
committed
Don't fix locale for CORBA
1 parent 3bbae4c commit 4503db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OMPython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ def __init__(self, readonly=False, serverFlag='--interactive=corba', timeout = 1
555555
self._timeout = timeout
556556
self._create_omc_log_file("port")
557557

558-
self._set_omc_command([serverFlag, "--locale=C", "+c={0}".format(self._random_string)])
558+
self._set_omc_command([serverFlag, "+c={0}".format(self._random_string)])
559559

560560
# start up omc executable, which is waiting for the CORBA connection
561561
self._start_omc_process(timeout)

0 commit comments

Comments
 (0)