OP-3426 - remove unwanted uncommenting

This commit is contained in:
Petr Kalis 2022-10-25 18:51:09 +02:00
parent dab37abea9
commit 2ed190cdfd

View file

@ -228,11 +228,11 @@ class DBHandler:
return query
# Examples
handler = DBHandler(uri="mongodb://localhost:27017")
# handler = DBHandler(uri="mongodb://localhost:27017")
# #
backup_dir = "c:\\projects\\test_zips\\test_nuke_deadline_publish\\input\\dumps"
# backup_dir = "c:\\projects\\test_zips\\test_nuke_deadline_publish\\input\\dumps"
# # #
handler.backup_to_dump("avalon_tests", backup_dir, True, collection="test_project")
# handler.backup_to_dump("avalon_tests", backup_dir, True, collection="test_project")
#handler.backup_to_dump("openpype_tests", backup_dir, True, collection="settings")
# handler.setup_from_dump("avalon_tests", backup_dir, True, db_name_out="avalon_tests", collection="test_project")