Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
esseivaju committed Mar 21, 2024
1 parent 405004e commit f3335c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilot/eventservice/esprocess/esprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def init_yampl_socket(self, executable: str) -> str:
is_mt = "--multithreaded=true" in executable.lower()
if is_ca:
if is_mt:
preexec_socket_config = f" --mtes=True --mtes_channel=\"{socket_name}\" "
preexec_socket_config = f" --mtes=True --mtes-channel=\"{socket_name}\" "
else:
preexec_socket_config = f" --preExec 'ConfigFlags.MP.EventRangeChannel=\"{socket_name}\"' "
else:
Expand Down

0 comments on commit f3335c7

Please sign in to comment.