Arch: added damian's fix to Arch Remove

This commit is contained in:
Yorik van Havre
2016-09-19 16:11:41 -03:00
parent 958243a4d4
commit 72d9478d13

View File

@@ -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