Arch: added damian's fix to Arch Remove
This commit is contained in:
parent
12d632dc70
commit
008fed6f6f
|
@ -414,6 +414,8 @@ class _CommandWindow:
|
||||||
if obj.Support:
|
if obj.Support:
|
||||||
if isinstance(obj.Support,tuple):
|
if isinstance(obj.Support,tuple):
|
||||||
host = obj.Support[0]
|
host = obj.Support[0]
|
||||||
|
elif isinstance(obj.Support,list):
|
||||||
|
host = obj.Support[0][0]
|
||||||
else:
|
else:
|
||||||
host = obj.Support
|
host = obj.Support
|
||||||
obj.Support = None # remove
|
obj.Support = None # remove
|
||||||
|
|
Loading…
Reference in New Issue
Block a user