mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
Pass, don't return pass when checking mongo connectivity
This commit is contained in:
parent
001eb1f69f
commit
7e818319b5
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user