Skip to content

Commit

Permalink
adds adding io_expanders
Browse files Browse the repository at this point in the history
  • Loading branch information
kdschlosser committed Dec 19, 2024
1 parent ddc1c95 commit 7d4fe9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
args1, extra_args = argParser.parse_known_args(sys.argv[1:])
target = args1.target[0]

argParser = ArgumentParser(prefix_chars='mscLBFDIV')
argParser = ArgumentParser(prefix_chars='mscLBFDIVE')

argParser.add_argument(
'clean',
Expand Down

0 comments on commit 7d4fe9b

Please sign in to comment.