mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Formatting -_-
This commit is contained in:
parent
3d1a5bea67
commit
242ef30469
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user