Skip to content

Commit

Permalink
Issue #6 lines commented out, exposing Issue #8
Browse files Browse the repository at this point in the history
  • Loading branch information
elainethale committed Apr 18, 2019
1 parent 9734c30 commit 549c6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R2PD/datastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ def download_resource_data(self, dataset, site_ids, resource_type):
download_size = self.get_download_size(dataset, len(site_ids),
resource_type)
logger.debug("Making sure there is room in the local cache for {:.2f} GB".format(download_size))
self._local_cache.test_cache_size(download_size)
#self._local_cache.test_cache_size(download_size)

logger.debug("Downloading {} {} sites".format(len(site_ids), resource_type))
if self._threads is None:
Expand Down

0 comments on commit 549c6f6

Please sign in to comment.