ynop / audiomate

Empty block of code found PTC-W0047
Anti-pattern
Major
1 occurrence in this check
Body doesn't contain any code
101    downloader.start()
102
103    # Wait until we know file size
104    while downloader.total_length == 0:105        pass
106
107    file_size = downloader.total_length