Skip to content

Commit

Permalink
models/storage_pool: add trailing ","
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Oct 16, 2023
1 parent a7dccc7 commit b6a40ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylxd/models/storage_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def get(cls, storage_pool, _type, name):
volume = cls(
storage_pool.client,
storage_pool=storage_pool,
**response.json()["metadata"]
**response.json()["metadata"],
)
return volume

Expand Down

0 comments on commit b6a40ef

Please sign in to comment.