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 isinstance(obj.Support,tuple):
|
||||
host = obj.Support[0]
|
||||
elif isinstance(obj.Support,list):
|
||||
host = obj.Support[0][0]
|
||||
else:
|
||||
host = obj.Support
|
||||
obj.Support = None # remove
|
||||
|
|
Loading…
Reference in New Issue
Block a user