fix: commit

This commit is contained in:
Swann Martinez
2019-09-13 16:46:26 +02:00
parent ac408a4e84
commit 0446d0841f
3 changed files with 7 additions and 7 deletions

View File

@ -135,8 +135,8 @@ class SessionStartOperator(bpy.types.Operator):
for node in client.list():
try:
client.commit(node)
except:
continue
except Exception as e:
print(e)
# Push all added values
client.push()