Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bug in argparser for python v3.11 Issue #158 #159

Merged
merged 7 commits into from
Nov 23, 2022
Merged

Conversation

alexpdev
Copy link
Owner

Fixing an error in the argument parser that allowed duplicate aliases.

@alexpdev alexpdev linked an issue Nov 23, 2022 that may be closed by this pull request
@alexpdev alexpdev self-assigned this Nov 23, 2022
@alexpdev alexpdev added the bug Something isn't working label Nov 23, 2022
@codecov
Copy link

codecov bot commented Nov 23, 2022

Codecov Report

Merging #159 (2035ca3) into master (58b73a0) will not change coverage.
The diff coverage is n/a.

❗ Current head 2035ca3 differs from pull request most recent head 18ace07. Consider uploading reports for the commit 18ace07 to get more accurate results

@@            Coverage Diff            @@
##            master      #159   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines         2742      2742           
=========================================
  Hits          2742      2742           
Impacted Files Coverage Δ
torrentfile/cli.py 100.00% <ø> (ø)
torrentfile/interactive.py 100.00% <ø> (ø)
torrentfile/version.py 100.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@alexpdev alexpdev closed this Nov 23, 2022
@alexpdev alexpdev reopened this Nov 23, 2022
@alexpdev alexpdev merged commit 0b1b95f into master Nov 23, 2022
@alexpdev alexpdev deleted the argparse_error branch December 9, 2022 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem with installation using Python 3.11
1 participant