Ljzd-PRO / KToolBox

Downloader for Kemono.party / .su with High Customizability | 高度可自定义性的 Kemono 下载器
https://ktoolbox.readthedocs.io
BSD 3-Clause "New" or "Revised" License
229 stars 9 forks source link

fix: Incorrect argument order when using `pathlib.Path.hardlink_to`. #89

Closed Nacosia closed 6 months ago

Nacosia commented 6 months ago

hardlink_to与os.link的参数是相反的.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 79.07%. Comparing base (5490fb1) to head (aca488a). Report is 2 commits behind head on master.

Files Patch % Lines
ktoolbox/downloader/downloader.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #89 +/- ## ========================================== + Coverage 78.75% 79.07% +0.32% ========================================== Files 33 33 Lines 932 932 Branches 158 158 ========================================== + Hits 734 737 +3 + Misses 163 161 -2 + Partials 35 34 -1 ``` | [Flag](https://app.codecov.io/gh/Ljzd-PRO/KToolBox/pull/89/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ljzd+PRO) | Coverage Δ | | |---|---|---| | [macos-latest-3.10](https://app.codecov.io/gh/Ljzd-PRO/KToolBox/pull/89/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ljzd+PRO) | `78.43% <0.00%> (ø)` | | | [macos-latest-3.11](https://app.codecov.io/gh/Ljzd-PRO/KToolBox/pull/89/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ljzd+PRO) | `78.43% <0.00%> (ø)` | | | [macos-latest-3.8](https://app.codecov.io/gh/Ljzd-PRO/KToolBox/pull/89/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ljzd+PRO) | `78.08% <0.00%> (ø)` | | | [macos-latest-3.9](https://app.codecov.io/gh/Ljzd-PRO/KToolBox/pull/89/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ljzd+PRO) | `78.51% <0.00%> (+0.54%)` | :arrow_up: | | [ubuntu-latest-3.10](https://app.codecov.io/gh/Ljzd-PRO/KToolBox/pull/89/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ljzd+PRO) | `78.43% <0.00%> (ø)` | | | [ubuntu-latest-3.11](https://app.codecov.io/gh/Ljzd-PRO/KToolBox/pull/89/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ljzd+PRO) | `78.43% <0.00%> (ø)` | | | [ubuntu-latest-3.8](https://app.codecov.io/gh/Ljzd-PRO/KToolBox/pull/89/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ljzd+PRO) | `78.08% <0.00%> (ø)` | | | [ubuntu-latest-3.9](https://app.codecov.io/gh/Ljzd-PRO/KToolBox/pull/89/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ljzd+PRO) | `77.97% <0.00%> (-0.22%)` | :arrow_down: | | [windows-latest-3.10](https://app.codecov.io/gh/Ljzd-PRO/KToolBox/pull/89/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ljzd+PRO) | `80.38% <0.00%> (ø)` | | | [windows-latest-3.11](https://app.codecov.io/gh/Ljzd-PRO/KToolBox/pull/89/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ljzd+PRO) | `80.38% <0.00%> (ø)` | | | [windows-latest-3.8](https://app.codecov.io/gh/Ljzd-PRO/KToolBox/pull/89/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ljzd+PRO) | `80.02% <0.00%> (ø)` | | | [windows-latest-3.9](https://app.codecov.io/gh/Ljzd-PRO/KToolBox/pull/89/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ljzd+PRO) | `79.90% <0.00%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ljzd+PRO#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.