Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(add_upgrade_boot_entry): convert arg list into a tuple
Convert collected rd.lvm args into a tuple before trying to make a set with one of the elements being the args. As list is not hashable, this causes the actor to crash.
- Loading branch information