mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 19:02:29 +02:00
[core] NodeChunk: Init the subprocess variable
This commit is contained in:
parent
988da857a3
commit
f665b94ca8
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ class NodeChunk(BaseObject):
|
|||
self._status = StatusData(node.name, node.nodeType, node.packageName, node.packageVersion)
|
||||
self.statistics = stats.Statistics()
|
||||
self.statusFileLastModTime = -1
|
||||
self._subprocess = None
|
||||
self.subprocess = None
|
||||
# Notify update in filepaths when node's internal folder changes
|
||||
self.node.internalFolderChanged.connect(self.nodeFolderChanged)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue