fix: gpencil diff

This commit is contained in:
Swann Martinez
2019-09-19 13:16:15 +02:00
parent 2ae3927481
commit 7983aa79db
3 changed files with 3 additions and 3 deletions

View File

@ -142,7 +142,7 @@ class SessionStartOperator(bpy.types.Operator):
try:
client.commit(node)
except Exception as e:
print(e)
print("error on first commit {}".format(e))
# Push all added values
client.push()