Skip to content

Commit

Permalink
Clean up logging text
Browse files Browse the repository at this point in the history
  • Loading branch information
hugglesfox committed Sep 18, 2024
1 parent 18b242d commit ebb8ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flipper.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def build(self):
def generate_run_script(self):
"""Generate a run script for the game"""
script_path = os.path.join(SYSTEM_PATH, self.meta["name"] + ".sh")
self.log.info(f"Creating run script for {self.meta['name']} at {script_path}")
self.log.info(f"Creating run script at {script_path}")

script = ""

Expand Down

0 comments on commit ebb8ef0

Please sign in to comment.