Skip to content

Commit

Permalink
Merge branch 'table-refactor' of https://github.com/usc-isi-i2/t2wml
Browse files Browse the repository at this point in the history
…into table-refactor
  • Loading branch information
ChanaChelem committed Jun 17, 2021
2 parents ad674d7 + 4e91869 commit bc0b4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def call_wikifier_service():
1), (selection["x2"]-1, selection["y2"]-1)

df, entities_dict, problem_cells = wikify_selection(calc_params, selection)

t2wml_settings.wikidata_provider.cache.update(entities_dict)
project.add_df_to_wikifier_file(calc_params.data_path, df, overwrite_existing)

calc_params = get_calc_params(project)
Expand Down

0 comments on commit bc0b4b0

Please sign in to comment.