Loading isis/scripts/makeOutput.py +3 −1 Original line number Diff line number Diff line Loading @@ -59,4 +59,6 @@ else: if sys.argv[2] == "truth": os.system("make checkin") os.system("make release") # doing this instead of make release because make release # can give feedback to the user that we would rather avoid os.system("rm -rf input output truth print.prt") Loading
isis/scripts/makeOutput.py +3 −1 Original line number Diff line number Diff line Loading @@ -59,4 +59,6 @@ else: if sys.argv[2] == "truth": os.system("make checkin") os.system("make release") # doing this instead of make release because make release # can give feedback to the user that we would rather avoid os.system("rm -rf input output truth print.prt")