Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Commits
b53e469d
Commit
b53e469d
authored
Dec 22, 2021
by
Angel Perez Muñoz
Browse files
Merge branch 'feature_bullseye' into feature_qgen_integration
parents
300809d0
ba990aa3
Pipeline
#7962
passed with stage
in 8 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dmt/B_mappers/python_B_mapper.py
View file @
b53e469d
...
...
@@ -151,7 +151,8 @@ def OnStartup(modelingLanguage: str,
g_bodyPython
.
append
(
' while True:'
)
g_bodyPython
.
append
(
' if self._bDie:'
)
g_bodyPython
.
append
(
' return'
)
g_bodyPython
.
append
(
' self._msgQueue = OpenMsgQueueForReading(str(os.geteuid()) + "_'
+
maybeFVname
+
'_PI_Python_queue")'
)
g_bodyPython
.
append
(
' queue_name = str(os.geteuid()) + "_'
+
maybeFVname
+
'_PI_Python_queue"'
)
g_bodyPython
.
append
(
' self._msgQueue = OpenMsgQueueForReading(queue_name.encode("utf-8"))'
)
g_bodyPython
.
append
(
' if (self._msgQueue != -1): break'
)
g_bodyPython
.
append
(
' print("Communication channel over %%d_%s_PI_Python_queue not established yet...
\\
n" %% os.geteuid())'
%
maybeFVname
)
g_bodyPython
.
append
(
' time.sleep(1)'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment