Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VIGNET Pierre
cadbiom
Commits
22030de2
Commit
22030de2
authored
Dec 04, 2019
by
VIGNET Pierre
Browse files
[cmd] Fix threading issue
parent
74d29828
Changes
1
Show whitespace changes
Inline
Side-by-side
command_line/cadbiom_cmd/cadbiom_cmd.py
View file @
22030de2
...
@@ -654,7 +654,8 @@ def main():
...
@@ -654,7 +654,8 @@ def main():
from
threading
import
Thread
from
threading
import
Thread
thread
=
Thread
(
target
=
anal
)
thread
=
Thread
(
target
=
anal
)
thread
.
start
()
thread
.
start
()
thread
.
join
()
# Launch associated command
# Launch associated command
args
.
func
(
params
)
args
.
func
(
params
)
thread
.
join
()
Write
Preview
Markdown
is supported
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