Skip to content

Commit

Permalink
need to prepare in create_to_dump_list
Browse files Browse the repository at this point in the history
  • Loading branch information
jal347 committed May 5, 2023
1 parent 55f743d commit 0b96eb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions biothings/hub/dataload/dumper.py
Original file line number Diff line number Diff line change
Expand Up @@ -2010,6 +2010,8 @@ async def create_todump_list(self, force=False, job_manager=None, **kwargs):
raise DumperException("SRC_URLS should be a list")
if not self.__class__.SRC_URLS:
raise DumperException("SRC_URLS list is empty")
if self.need_prepare():
self.prepare_client()
self.prepare_remote_container()
# unprepare unpicklable objects so we can use multiprocessing
self.unprepare()
Expand Down

0 comments on commit 0b96eb9

Please sign in to comment.