Automated test for bundle mode that creates and mounts a bundle with a level.pak file in it, and verifies that occurs. (#5805)
This is a regression test for bundle mode causing the editor to crash if you mount a bundle containing a level.pak file. Signed-off-by: AMZN-stankowi <4838196+AMZN-stankowi@users.noreply.github.com>
This commit is contained in:
@@ -91,7 +91,7 @@ class Launcher(object):
|
||||
open(os.path.join(self.workspace.paths.project_log(), artifact), 'w').close() # clear it
|
||||
log.info(f"Clearing pre-existing artifact {artifact} from calling Launcher.setup()")
|
||||
except PermissionError:
|
||||
log.warn(f'Unable to remove artifact: {artifact}, skipping.')
|
||||
log.warning(f'Unable to remove artifact: {artifact}, skipping.')
|
||||
pass
|
||||
|
||||
# In case this is the first run, we will create default logs to prevent the logmonitor from not finding the file
|
||||
|
||||
Reference in New Issue
Block a user