Closed dmkent closed 7 years ago
Hello @dmkent! Thanks for submitting the PR.
conda_mirror/conda_mirror.py
, following are the PEP8 issues :Line 430:80: E501 line too long (81 > 79 characters) Line 529:80: E501 line too long (81 > 79 characters) Line 530:80: E501 line too long (91 > 79 characters) Line 615:80: E501 line too long (91 > 79 characters)
Merging #58 into master will not change coverage. The diff coverage is
0%
.
@@ Coverage Diff @@
## master #58 +/- ##
=======================================
Coverage 96.62% 96.62%
=======================================
Files 2 2
Lines 237 237
=======================================
Hits 229 229
Misses 8 8
Impacted Files | Coverage Δ | |
---|---|---|
conda_mirror/conda_mirror.py | 96.58% <0%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update a5601f0...26b6013. Read the comment docs.
Ultimately the same issue as #56 . Thanks for the PR @dmkent !
Closes #56 Closes #57
@dmkent the 0.7.3 release (with your bugfix) is available on pypi (pip install --upgrade conda-mirror) and will be available via conda-forge soon-ish (https://github.com/conda-forge/conda-mirror-feedstock/pull/3)
Deal with exception from tar file.
Relates issue #57.