More logging
This commit is contained in:
parent
bd1c2c3a0a
commit
52dfd49080
1 changed files with 1 additions and 0 deletions
|
@ -626,6 +626,7 @@ class DownloadGen(object):
|
|||
sleep(100)
|
||||
if not len(self.pending_counter) and not len(self.xml):
|
||||
raise StopIteration
|
||||
LOG.debug('Waiting for download to finish')
|
||||
|
||||
def get(self, key, default=None):
|
||||
return self.attrib.get(key, default)
|
||||
|
|
Loading…
Reference in a new issue