Don't add notes etc on import into temp dictionary used for diff and sync
This commit is contained in:
parent
3999cd2e70
commit
e0de21041c
@ -175,6 +175,7 @@ def import_as_dict(filename, user=None):
|
||||
if user is None:
|
||||
user = User()
|
||||
db = DictionaryDb()
|
||||
db.set_feature("skip-import-additions", True)
|
||||
dbstate = DbState()
|
||||
climanager = CLIManager(dbstate, setloader=False, user=user)
|
||||
climanager.do_reg_plugins(dbstate, None)
|
||||
|
Loading…
Reference in New Issue
Block a user