Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
1a903f90
Commit
1a903f90
authored
Mar 06, 2017
by
eric pellegrini
Browse files
Merge branch 'bugfix-macos_finder_quit_thread' into develop
parents
0452629b
099a8562
Pipeline
#1486
passed with stages
in 13 minutes and 53 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
MDANSE/GUI/JobControllerPanel.py
View file @
1a903f90
...
...
@@ -75,6 +75,8 @@ class JobController(threading.Thread):
'''
threading
.
Thread
.
__init__
(
self
)
self
.
setDaemon
(
True
)
# The wx object related to this thread
self
.
_window
=
window
...
...
@@ -366,4 +368,4 @@ if __name__ == "__main__":
\ No newline at end of file
MDANSE/__pkginfo__.py
View file @
1a903f90
__version__
=
"1.0.
4
"
__version__
=
"1.0.
5
"
__date__
=
"
25
-0
1
-2017"
__date__
=
"
06
-0
3
-2017"
__author__
=
"Eric Pellegrini"
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