Fixed editor log path and improved editor log not found error string (#5357)
* Fixed editor log path and improved editor log not found error string * Renamed any lowercase editor.log to Editor.log * Fix unit test failures Signed-off-by: AMZN-AlexOteiza <aljanru@amazon.co.uk> Co-authored-by: aljanru <aljanru@uc5564ff5a5ee55.ant.amazon.com>
This commit is contained in:
@@ -76,7 +76,7 @@ class TestMacResourceLocator(object):
|
||||
mock_project)
|
||||
expected = os.path.join(
|
||||
mac_resource_locator.project_log(),
|
||||
'editor.log')
|
||||
'Editor.log')
|
||||
|
||||
assert mac_resource_locator.editor_log() == expected
|
||||
|
||||
|
||||
Reference in New Issue
Block a user