Skip to content

Commit

Permalink
Arch: added damian's fix to Arch Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Sep 19, 2016
1 parent 12d632d commit 008fed6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/Arch/ArchWindow.py
Expand Up @@ -414,6 +414,8 @@ def Activated(self):
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
Expand Down

0 comments on commit 008fed6

Please sign in to comment.