mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-3426 - remove unwanted uncommenting
This commit is contained in:
parent
dab37abea9
commit
2ed190cdfd
1 changed files with 3 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue