In reply to line 1243 of pyanaconda/ui/gui/spokes/source.py:
I think ``self._repo_counter`` should be a generator and we should use the ``next()`` method to get the next value and increase the counter with no way to do forget about updating the counter.