Merging development into editor_test_tools_cleanup
Signed-off-by: evanchia <evanchia@amazon.com>
This commit is contained in:
@@ -265,7 +265,7 @@ class AbstractResourceLocator(object):
|
||||
Return path to AssetProcessor's log file using the project bin dir
|
||||
:return: path to 'AP_Gui.log' file in <ap_log_dir> folder
|
||||
"""
|
||||
return os.path.join(self.ap_log_dir(), 'AP_Gui.log')
|
||||
return os.path.join(self.ap_log_dir(), 'AP_GUI.log')
|
||||
|
||||
def project_cache(self):
|
||||
"""
|
||||
|
||||
@@ -23,9 +23,6 @@ class _LinuxResourceManager(AbstractResourceLocator):
|
||||
"""
|
||||
Override for locating resources in a Linux operating system running LyTestTools.
|
||||
"""
|
||||
def __init__(self, build_directory: str, project: str):
|
||||
pass
|
||||
|
||||
def platform_config_file(self):
|
||||
"""
|
||||
:return: path to the platform config file
|
||||
|
||||
Reference in New Issue
Block a user