Skip to content

Commit

Permalink
Merge pull request #239 from RobokopU24/DnlRKorn-patch-1
Browse files Browse the repository at this point in the history
Update loadFDB.py
  • Loading branch information
EvanDietzMorris authored Aug 13, 2024
2 parents 0f389ab + 2f0d2e7 commit 6836058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parsers/FooDB/src/loadFDB.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def get_data(self):
# and get a reference to the data gatherer
gd: GetData = GetData(self.logger.level)

if(self.full_url_path==None): self.get_latest_source_version()
# get all the files noted above
file_count, foodb_dir, self.tar_dir_name = gd.get_foodb_files(self.full_url_path, self.data_path, self.archive_name, self.data_files)

Expand Down

0 comments on commit 6836058

Please sign in to comment.