Python Subprocess Loop runs Twice

So, I created a Python script to batch convert PDF files using Ghostscript. Ideally it should work, but I am not sure why it isn’t working. For now, it is going through the input PDF files twice and when it runs the second time, it overwrites the output files. Here’s the script. from __future__ import… Read More Python Subprocess Loop runs Twice