From 2ed190cdfd324166f21487bab1147488091a03a9 Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Tue, 25 Oct 2022 18:51:09 +0200 Subject: [PATCH] OP-3426 - remove unwanted uncommenting --- tests/lib/db_handler.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/lib/db_handler.py b/tests/lib/db_handler.py index 16c4650ef6..b5085aab3d 100644 --- a/tests/lib/db_handler.py +++ b/tests/lib/db_handler.py @@ -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")