Skip to content

Commit

Permalink
Formatting -_-
Browse files Browse the repository at this point in the history
  • Loading branch information
Raffson committed Jul 28, 2024
1 parent 3d1a5be commit 242ef30
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions game/pretense/pretensemissiongenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ def generate_miz(self, output: Path) -> UnitMap:
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(
Expand Down

0 comments on commit 242ef30

Please sign in to comment.