mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-05 12:21:59 +02:00
[core] fix indent
This commit is contained in:
parent
daebef92f1
commit
977a6b1507
1 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ class Attribute(BaseObject):
|
|||
"""
|
||||
"""
|
||||
|
||||
def __init__(self, name, node, attributeDesc, parent = None):
|
||||
def __init__(self, name, node, attributeDesc, parent=None):
|
||||
super(Attribute, self).__init__(parent)
|
||||
self._name = name
|
||||
self.node = node # type: Node
|
||||
|
@ -454,8 +454,8 @@ class Node(BaseObject):
|
|||
self.upgradeStatusTo(Status.ERROR)
|
||||
raise
|
||||
finally:
|
||||
elapsedTime = time.time() - startTime
|
||||
print(' - elapsed time:', elapsedTime)
|
||||
elapsedTime = time.time() - startTime
|
||||
print(' - elapsed time:', elapsedTime)
|
||||
self._subprocess = None
|
||||
# ask and wait for the stats thread to terminate
|
||||
statThread.stopRequest()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue