diff --git a/maya_umbrella/collector.py b/maya_umbrella/collector.py index eac6cba..1188ec2 100644 --- a/maya_umbrella/collector.py +++ b/maya_umbrella/collector.py @@ -74,7 +74,7 @@ def user_app_dir(self): @property def maya_install_root(self): """Return the Maya installation root directory.""" - return os.environ["MAYA_LOCATION"] + return os.environ.get("MAYA_LOCATION", "") @property def user_script_path(self):