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):
self._zip_file_path = zip_file_path
self._extract_dir = extract_dir
self._self_loop_str = self_loop_str
self._load()
def _download(self):
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