Skip to content

Commit

Permalink
Fixing python2-specific errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasovi committed Feb 2, 2023
1 parent 93f21d1 commit 29cb9a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/mayaUsd/python/wrapUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ void wrapUtil()
.def("getDictionaryFromEncodedOptions", getDictionaryFromEncodedOptions)
.def(
"getPathRelativeToMayaSceneFile",
UsdMayaUtilFileSystem::getPathRelativeToMayaSceneFile);
UsdMayaUtilFileSystem::getPathRelativeToMayaSceneFile)
.staticmethod("getPathRelativeToMayaSceneFile");
}

0 comments on commit 29cb9a2

Please sign in to comment.