check specifically for skipped

This commit is contained in:
Trung Ngo
2022-10-08 05:33:21 -05:00
committed by AUTOMATIC1111
parent 786d9f63aa
commit 00117a07ef
4 changed files with 3 additions and 7 deletions

View File

@@ -99,7 +99,6 @@ class State:
def skip(self):
self.skipped = True
self.interrupted = True
def interrupt(self):
self.interrupted = True