Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
predg cmd fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsofcotton authored Sep 10, 2024
1 parent be8132a commit 2218912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
cmd = [argv[1]]
cmd.extend(argv[4:])
for kk in range(0, k):
cmd.append(curdir + "-f" + str(kk) + ".ppm")
cmd.append(curdir + str(kk) + ".ppm")
subprocess.call(cmd)
subprocess.call(["mv", "predg.ppm", curdir + str(k) + ".ppm"])
elif(argv[2] == "qredg"):
Expand Down

0 comments on commit 2218912

Please sign in to comment.