improve (remove ?) tomwer process.h5 file
this could be better to remove the file (but used for the cor at least ?) or change the extension (missleading for beamline user) and / or move it to a dedicated folder
this could be better to remove the file (but used for the cor at least ?) or change the extension (missleading for beamline user) and / or move it to a dedicated folder
I get the following error when using a TaskWithProgess
in a daemon process (sidecar/ewoks worker context):
from tomwer.core.process.task import TaskWithProgress
File "tomwer/core/process/task.py", line 52, in <module>
mult_manager = multiprocessing.Manager()
File "multiprocessing/context.py", line 57, in Manager
m.start()
File "multiprocessing/managers.py", line 553, in start
self._process.start()
File "multiprocessing/process.py", line 118, in start
assert not _current_process._config.get('daemon'), \
AssertionError: daemonic processes are not allowed to have children
This is probably related to this issue.
reopened