fix: quit status

This commit is contained in:
Swann Martinez 2020-02-21 13:08:24 +01:00
parent 7d989faae6
commit 6142a09283
No known key found for this signature in database
GPG Key ID: 414CCAFD8DA720E1
2 changed files with 1 additions and 3 deletions

@ -1 +1 @@
Subproject commit 90fdb447f327ee9a02bcdd62adec6f89f6ab3749
Subproject commit 3ec2ea8b520d68cff37b91d810000f60e30f2f3f

View File

@ -176,8 +176,6 @@ class SessionStopOperator(bpy.types.Operator):
except Exception as e:
self.report({'ERROR'}, repr(e))
client = None
return {"FINISHED"}