Skip to content

Commit

Permalink
address flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonieFreisinger committed Feb 10, 2023
1 parent f2a8af0 commit 4db9c84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tot/datasets/dataset_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ def _download_dataset_file(self):
with TemporaryDirectory() as temp_dir:
temp_path = Path(temp_dir)

dataset_path = self._download(temp_path)
# archive.extractall(path=temp_path)
self._download(temp_path)
shutil.copy(
os.path.join(temp_path, self.metadata.name), os.path.join(self._root_path, self.metadata.name)
)
Expand Down

0 comments on commit 4db9c84

Please sign in to comment.