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

make variable, block raise error #19

Open
koshak01 opened this issue Dec 19, 2023 · 3 comments
Open

make variable, block raise error #19

koshak01 opened this issue Dec 19, 2023 · 3 comments

Comments

@koshak01
Copy link

    raise InvalidFlag(flag)
,printy.exceptions.InvalidFlag: ''' is not a valid flag

            if flag not in available_flags and is_raise_error:
                raise InvalidFlag(flag)

@edraobdu
Copy link
Owner

Hi, can you elaborate better what the issue is please? are you trying to use a single quote as a flag? or what are you trying to achieve? thanks!

@koshak01
Copy link
Author

im trying show message with quote as a flag

@edraobdu
Copy link
Owner

Not quite understanding what the issue is, can you add an example or a code snippet showing what you trying to acomplish, please?

Not sure why you're trying to add a single quote as a flag, flags define the cors you want to use, and the quotes are not one of them.

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

2 participants