normalizing Linux path

This commit is contained in:
jackalbe
2021-04-19 11:09:55 -05:00
parent febad58c64
commit 387dd1e43a
@@ -48,7 +48,7 @@ def on_create_jobs(args):
def process_file(request):
# prepare output folder
basePath, _ = os.path.split(request.sourceFile)
outputPath = os.path.join(request.tempDirPath, basePath)
outputPath = os.path.join(request.tempDirPath, basePath).lower()
os.makedirs(outputPath, exist_ok=True)
# write out a mock file