pmacdonald-falcons

Results 2 issues of pmacdonald-falcons

If I set an alias in my package.py as follows : ``` wrapper_path = "{root}/bin/launcher.bat" app_dir = r"c:/Program Files/Shotgun" app_path = os.path.join(app_dir, "Shotgun.exe") alias('sg', '"{}" "{}" "{}"'.format(wrapper_path, 'sg', app_path)) ```...

bug
os:windows
shell

https://github.com/shotgunsoftware/tk-maya/blob/00fa021e40044c6d908f98dc2dc62eb33ce4098e/engine.py#L153 The string expansion here can be read as an argument here if custom handlers are added to the core handler. Update (and check all other apps and engines) for...