Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 committed Nov 29, 2023
1 parent 07f0d21 commit 28fc72a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wpiformat/wpiformat/cmakeformat.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def run_batch(config_file, names):
args = [sys.executable, "-m", "gersemi", "-l", "150", "-i", "."]
returncode = subprocess.run(args + names).returncode
except FileNotFoundError:
print("Error: gersemi not found in PATH. Is it installed?",
file=sys.stderr)
print("Error: gersemi not found in PATH. Is it installed?", file=sys.stderr)
return False
return True

0 comments on commit 28fc72a

Please sign in to comment.