mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 09:11:31 +08:00
Fix: ScriptEnd don't need re-raise
This commit is contained in:
@@ -95,7 +95,6 @@ class Hospital(HospitalClue, HospitalCombat):
|
|||||||
logger.hr('Script end')
|
logger.hr('Script end')
|
||||||
logger.info(str(e))
|
logger.info(str(e))
|
||||||
self.clue_exit()
|
self.clue_exit()
|
||||||
raise
|
|
||||||
except TaskEnd:
|
except TaskEnd:
|
||||||
self.clue_exit()
|
self.clue_exit()
|
||||||
raise
|
raise
|
||||||
|
|||||||
Reference in New Issue
Block a user