Skip to content
Snippets Groups Projects
Commit 36a33374 authored by benjamin.jakimow@geo.hu-berlin.de's avatar benjamin.jakimow@geo.hu-berlin.de
Browse files

main.py removed fix that was required for multiprocessing in former versions

parent ea2eac24
No related branches found
No related tags found
No related merge requests found
...@@ -45,12 +45,10 @@ from timeseriesviewer.profilevisualization import SpectralTemporalVisualization ...@@ -45,12 +45,10 @@ from timeseriesviewer.profilevisualization import SpectralTemporalVisualization
#I don't know why, but this is required to run this in QGIS #path = os.path.abspath(jp(sys.exec_prefix, '../../bin/pythonw.exe'))
#todo: still required? #if os.path.exists(path):
path = os.path.abspath(jp(sys.exec_prefix, '../../bin/pythonw.exe')) # multiprocessing.set_executable(path)
if os.path.exists(path): # sys.argv = [ None ]
multiprocessing.set_executable(path)
sys.argv = [ None ]
#ensure that required non-standard modules are available #ensure that required non-standard modules are available
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment