Closed sdlj2008 closed 1 year ago
Describe the bug In the function of getLinkComment, __getlinkIndices is supposed to be called to get the link index.
indices = self.__getlinkIndices(*argv)
But in the code, __getNodeIndices is called:
indices = self.__getNodeIndices(*argv)
Describe the bug In the function of getLinkComment, __getlinkIndices is supposed to be called to get the link index.
indices = self.__getlinkIndices(*argv)
But in the code, __getNodeIndices is called:
indices = self.__getNodeIndices(*argv)