Add missing pass
keyword
This commit is contained in:
parent
2ba1f5435a
commit
4d6f96cd6c
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ def add_storage_placement(storage, location_name):
|
||||||
ImageStoragePlacement.create(location=location.id, storage=storage)
|
ImageStoragePlacement.create(location=location.id, storage=storage)
|
||||||
except IntegrityError:
|
except IntegrityError:
|
||||||
# Placement already exists. Nothing to do.
|
# Placement already exists. Nothing to do.
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
def garbage_collect_storage(storage_id_whitelist):
|
def garbage_collect_storage(storage_id_whitelist):
|
||||||
|
|
Reference in a new issue