Skip to content

Commit

Permalink
HARMONY-1714: Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyinverso committed Mar 22, 2024
1 parent d5131be commit b5b0742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harmony/harmony.py
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ def _download_file(self, url: str, directory: str = '', overwrite: bool = False)
chunksize = int(self.config.DOWNLOAD_CHUNK_SIZE)
session = self._session()
filename = self.get_filename_from_url(url)

if directory:
filename = os.path.join(directory, filename)

Expand Down

0 comments on commit b5b0742

Please sign in to comment.