> @@ -209,6 +227,31 @@ def addToUI(self, tuple):
> if not tuple[INTERCONNECT_COL] in self._interconnects:
> self._interconnects.append(tuple[INTERCONNECT_COL])
>
> + def incrementDeviceCount(self, tuple):
Same as the above
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/475#discussion_r48126111
> @@ -130,6 +130,24 @@ def __init__(self, xml):
> def addToUI(self, tuple):
> pass
>
> + def incrementDeviceCount(self, tuple):
Could you please change the ``tuple`` name to something more self explanatory and also add brief docstring for this method.
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/475#discussion_r48126095