diff --git a/coder.py b/coder.py index c9d6c0cc6..64cbcfc98 100755 --- a/coder.py +++ b/coder.py @@ -54,7 +54,7 @@ class Coder: for fname in files: fname = Path(fname) if not fname.exists(): - self.console.print(f"[red]Creating {fname}") + self.console.print(f"[red]Creating {fname}") fname.touch() else: self.console.print(f"[red]Loading {fname}") @@ -110,7 +110,7 @@ class Coder: ) else: self.console.print( - f"[red bold]Skipped adding new files to the git repo." + "[red bold]Skipped adding new files to the git repo." ) return @@ -617,4 +617,4 @@ def main(): if __name__ == "__main__": status = main() - sys.exit(status) \ No newline at end of file + sys.exit(status)