mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Pass, don't return pass when checking mongo connectivity
This commit is contained in:
@@ -14,7 +14,7 @@ def drop_system_tracking_db():
|
||||
pass
|
||||
except OperationFailure:
|
||||
# TODO: This means the database was up but something happened when we tried to query it
|
||||
return pass
|
||||
pass
|
||||
|
||||
def migrate_facts(apps, schema_editor):
|
||||
Fact = apps.get_model('main', "Fact")
|
||||
|
||||
Reference in New Issue
Block a user