diff --git a/flipper.py b/flipper.py index bbb722c..9e4e73a 100755 --- a/flipper.py +++ b/flipper.py @@ -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 = ""