"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "06608f847c1e58b16a2c3eb876b1afaa7cc7a7f7"
Unverified Commit 57d111f9 authored by Quan (Andy) Gan's avatar Quan (Andy) Gan Committed by GitHub
Browse files

[Bug] Fix broken initialization in Reddit (#1634)

parent 02dd6d90
...@@ -20,6 +20,7 @@ class RedditDataset(object): ...@@ -20,6 +20,7 @@ class RedditDataset(object):
self._zip_file_path = zip_file_path self._zip_file_path = zip_file_path
self._extract_dir = extract_dir self._extract_dir = extract_dir
self._self_loop_str = self_loop_str self._self_loop_str = self_loop_str
self._load()
def _download(self): def _download(self):
download(self._url, path=self._zip_file_path) download(self._url, path=self._zip_file_path)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment