quickfix: fix for additional lint error in updated pylint (#1805)
This commit is contained in:
parent
0479489bd8
commit
1ca107fa2b
@ -28,6 +28,7 @@ class Migration(BaseMigration):
|
||||
async for org in mdb_orgs.find({"storage.custom": None}):
|
||||
oid = org["_id"]
|
||||
storage = org["storage"]
|
||||
update_dict = {}
|
||||
|
||||
if storage.get("type") == "default":
|
||||
if storage.get("name"):
|
||||
|
Loading…
Reference in New Issue
Block a user