This commit is contained in:
kramo
2023-06-26 21:46:52 +02:00
parent 00b3145833
commit 6b46efb0b8

View File

@@ -60,7 +60,7 @@ class Manager(ErrorProducer):
"""
def execute_resilient_manager_logic(self, game: Game, additional_data: dict):
"""Handle errors (retry, ignore or raise) that occur the manager logic"""
"""Handle errors (retry, ignore or raise) that occur in the manager logic"""
# Keep track of the number of tries
tries = 1