Skip to content

Commit

Permalink
satisfy linter - again
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson committed Jan 6, 2024
1 parent b6468bb commit d8366a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/indenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def main():
num_args = len(sys.argv)
if num_args != 2:
raise Exception('Invalid number of arguments, found ', num_args)
raise ValueError('Invalid number of arguments, found ', num_args)

infile = str(sys.argv[1])
outfile = infile+".new"
Expand Down

0 comments on commit d8366a3

Please sign in to comment.