diff --git a/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/mock_asset_builder.py b/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/mock_asset_builder.py index c60871ac46..ab033dc57f 100644 --- a/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/mock_asset_builder.py +++ b/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