Rename drop_target flag in dbsmerge_mongo.py

This commit is contained in:
alin104n
2017-05-26 18:16:39 +03:00
parent c20f85bc25
commit cac39a3db0

View File

@@ -23,7 +23,7 @@ to_pass = ''
# Overwrite target collections flag.
# Works only if from/to is on same host.
# If from/to hosts are different we use mongorestore which overwrites by default.
to_drop_target = False
drop_target = False
dump_folder = 'dump'