mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +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.info(str(e))
|
||||
self.clue_exit()
|
||||
raise
|
||||
except TaskEnd:
|
||||
self.clue_exit()
|
||||
raise
|
||||
|
||||
Reference in New Issue
Block a user