Skip to content

Commit

Permalink
fixed parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jal347 committed Oct 3, 2024
1 parent f86fdc5 commit 66b2efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hub/dataload/sources/chembl/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def load_data(self, data_folder):
target_filepaths = glob.iglob(
os.path.join(data_folder, self.TARGET_FILENAME_PATTERN)
)
return self.keylookup(load_data(target_filepaths), skip_on_failure=True)
return self.keylookup(load_data(target_filepaths))

@classmethod
def get_mapping(klass):
Expand Down

0 comments on commit 66b2efe

Please sign in to comment.