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:
AMZN-AlexOteiza
2021-11-11 22:15:44 +00:00
committed by GitHub
parent 2c58da46dc
commit eafb2fdce5
9 changed files with 14 additions and 14 deletions
@@ -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