]> git.ipfire.org Git - people/ms/bricklayer.git/commit
tui: Fix selection menu for multiple entries
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Sep 2023 10:48:35 +0000 (10:48 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Sep 2023 10:48:35 +0000 (10:48 +0000)
commit4df03ba83a92ab55f9bd154f70e5dadc2de124b9
treeac9716729fcf8eebbfe990672aab6d8e9132eb76
parent2f8a3d5c7bc1e26689b3ab94d5f3ca3aae6a32b5
tui: Fix selection menu for multiple entries

The disk selection process has a list which is not hashable, and
therefore this check throws an exception.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/python/tui.py