Skip to content

Commit

Permalink
Change for CreatePool API changes
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Jan 17, 2025
1 parent f27085e commit 6222dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testlib/dbus.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ def pool_create(
return iface.CreatePool(
pool_name,
devices,
(True, key_desc) if key_desc is not None else (False, ""),
(True, clevis_info) if clevis_info is not None else (False, ("", "")),
[] if key_desc is None else [((False, 0), key_desc)],
[] if clevis_info is None else [((False, 0), clevis_info)],
(False, 0),
(False, ""),
(False, 0),
Expand Down

0 comments on commit 6222dd9

Please sign in to comment.