Do not auto reset classes before terminate

This commit is contained in:
gongdewei
2020-05-08 14:18:50 +08:00
parent 99c9e8860c
commit f587b329ee
-1
View File
@@ -646,4 +646,3 @@ except KeyboardInterrupt:
print("Job is canceled.")
finally:
interrupt_job(session_id)
reset_classes()