Skip to content

Commit

Permalink
Fixed lazyindex merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
crugas committed Apr 7, 2021
1 parent c0df33f commit 771b448
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions defaults_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,17 @@ def set_defaults_file():
"_USE_EAD3_": False, "_KEEP_RAW_": False, "_OUTPUT_DIR_": source_pdfs},
"labels_export_default": source_labels,
"ead_cleanup_defaults": {"_ADD_EADID_": True, "_DEL_NOTES_": True, "_CLN_EXTENTS_": True,
"_ADD_CERTAIN_": True, "_ADD_LABEL_": True, "_DEL_CONTAIN_": True,
"_ADD_PHYSLOC_": True, "_DEL_ATIDS_": True, "_CNT_XLINKS_": True,
"_DEL_NMSPCS_": True, "_DEL_ALLNS_": True},
"_ADD_CERTAIN_": True, "_ADD_LABEL_": True, "_DEL_LANGTRAIL_": True,
"_DEL_CONTAIN_": True, "_ADD_PHYSLOC_": True, "_DEL_ATIDS_": True,
"_CNT_XLINKS_": True, "_DEL_NMSPCS_": True, "_DEL_ALLNS_": True},
"as_api": "",
"repo_default": {"_REPO_NAME_": "", "_REPO_ID_": ""},
"xtf_default": {"xtf_version": True,
"xtf_host": "",
"xtf_remote_path": "",
"xtf_local_path": clean_eads,
"xtf_indexer_path": "",
"xtf_lazyindex_path": "",
"_REINDEX_AUTO_": True}}
dump_defaults = json.dumps(defaults)
DEFAULTS.write(dump_defaults)
Expand Down

0 comments on commit 771b448

Please sign in to comment.