fix: quit status

This commit is contained in:
Swann Martinez
2020-02-21 13:08:24 +01:00
parent 7d989faae6
commit 6142a09283
2 changed files with 1 additions and 3 deletions

View File

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