More logging

This commit is contained in:
croneter 2018-11-11 20:37:40 +01:00
parent bd1c2c3a0a
commit 52dfd49080

View file

@ -626,6 +626,7 @@ class DownloadGen(object):
sleep(100) sleep(100)
if not len(self.pending_counter) and not len(self.xml): if not len(self.pending_counter) and not len(self.xml):
raise StopIteration raise StopIteration
LOG.debug('Waiting for download to finish')
def get(self, key, default=None): def get(self, key, default=None):
return self.attrib.get(key, default) return self.attrib.get(key, default)