2
0
jackalbe 4 жил өмнө
parent
commit
387dd1e43a

+ 1 - 1
AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/mock_asset_builder.py

@@ -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