diff --git a/virtManager/inspection.py b/virtManager/inspection.py index 9b43e9ecf..b3c9235c4 100644 --- a/virtManager/inspection.py +++ b/virtManager/inspection.py @@ -201,7 +201,7 @@ class vmmInspection(vmmGObject): # Sort keys by length, shortest first, so that we end up # mounting the filesystems in the correct order. - mps = g.inspect_get_mountpoints(root) + mps = list(g.inspect_get_mountpoints(root)) def compare(a, b): if len(a[0]) > len(b[0]): return 1