fixed extraneous letters

This commit is contained in:
Sakimori 2025-07-18 17:13:41 -04:00
parent ba684e4c6d
commit 3beabc7bcd
No known key found for this signature in database

View file

@ -144,8 +144,8 @@ if __name__ == "__main__":
#set working directory to ignored directory
outdir = path.join(getcwd(),"out","")
if not os.path.isdir(outdir):
os.makedirs(outdir)
if not path.isdir(outdir):
makedirs(outdir)
chdir(outdir)
if values.file is not None: #single file takes priority