stephensolis/kameris

View on GitHub
kameris/utils/download_utils.py

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                    for chunk in r.iter_content(chunk_size=1048576):
                        f.write(chunk)
                        pbar.update(len(chunk))

Severity: Major
Found in kameris/utils/download_utils.py - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status