Skip to content

Commit

Permalink
test: Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: loonghao <[email protected]>
  • Loading branch information
loonghao committed May 16, 2024
1 parent 02b1944 commit 4c7fd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maya_umbrella/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 4c7fd0d

Please sign in to comment.