Skip to content

Commit

Permalink
Merge pull request #43 from CBIIT/dev-1.0.0
Browse files Browse the repository at this point in the history
Ins 252 updated (#42)
  • Loading branch information
David-YuWei authored Sep 28, 2022
2 parents b5ad5f5 + 5c648f5 commit e84ae2f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion dataloader/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def main():
for plugin_config in config.plugins:
plugins.append(prepare_plugin(plugin_config, schema))
loader = DataLoader(driver, schema, plugins)

file_list.sort()
loader.load(file_list, config.cheat_mode, config.dry_run, config.loading_mode, config.wipe_db,
config.max_violations, split=config.split_transactions,
no_backup=config.no_backup, neo4j_uri=config.neo4j_uri, backup_folder=config.backup_folder)
Expand Down

0 comments on commit e84ae2f

Please sign in to comment.