Formatting -_-

This commit is contained in:
Raffson 2024-07-28 19:09:59 +02:00
parent 3d1a5bea67
commit 242ef30469
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -81,9 +81,7 @@ class PretenseMissionGenerator(MissionGenerator):
with open(path, "wb") as f:
pickle.dump(self.game, f)
except:
logging.error(
f"Unable to save Pretense pre-generation backup to {path}"
)
logging.error(f"Unable to save Pretense pre-generation backup to {path}")
if self.generation_started:
raise RuntimeError(