[bugfix] Fix crash due to unfound attribute (#2262)
An unexpected `AttributeError` exception is launched whenever the user defines `save_dir` on `DGLDataset` instantiation and uses `self._save_dir` within `has_cache` method. This commit fixes the issue.
Showing
Please register or sign in to comment