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

setting flag broken #2

Closed
bnbdr opened this issue Feb 26, 2019 · 0 comments
Closed

setting flag broken #2

bnbdr opened this issue Feb 26, 2019 · 0 comments

Comments

@bnbdr
Copy link
Owner

bnbdr commented Feb 26, 2019

def test_flag(pos1, opt1=None, dbg=False):
    print(pos1)
    print(opt1)
    print(dbg)

run:

test.py some_arg -dbg

argz/argz.py

Line 745 in 4416313

elif p.startswith('-') and self.__kwargs is not None:

@bnbdr bnbdr closed this as completed in a74033c Mar 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant