in gce_rescue/utils.py [0:0]
def _run(self):
self._gen = self._loading()
while self._pivot.value < self.target:
try:
sleep(0.001)
self._print()
except Exception as exc:
raise f'{exc}: {self._pivot.value} = {self.target}'
self._print()
print('\r')