mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
Fixed return value propagation of format.py (#251)
This commit is contained in:
committed by
Peter Johnson
parent
9e7993905f
commit
fd52912d74
@@ -22,7 +22,7 @@ def main():
|
||||
args = ["python", path + "/format.py"]
|
||||
args.extend(sys.argv[1:])
|
||||
proc = subprocess.Popen(args)
|
||||
proc.wait()
|
||||
sys.exit(proc.wait())
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user