-
Notifications
You must be signed in to change notification settings - Fork 12
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
DeprecationWarning: Flags not at the start of the expression #30
Comments
Thanks for reporting it. Unfortunately I was not able to replicate the issue. Which version of Python are you using? I tried to get the deprecation warnings using Python 3.11.9 and enabling the flag "-Wd", however I could not see the warnings. Could you please provide more details about your env and how you get teh warnings?
|
command: python n0s1.py jira_scan --server "$url" --email "$email" --api-key "$key" |
Thank you for providing further details. I think your version of Python does not like inline modifiers at the start of the string. Try moving the case-insensitive modifier to the beginning of the regexes. For instance:
rather than
Your issue is probably the same as reported in this Stack Overflow discussion. Please let me know if that solves your issue. |
Hey!
I have an issue related with
DeprecationWarning: Flags not at the start of the expression 'xsmtpsib-[a-f0-9]{64' (truncated) but at position 23
DeprecationWarning: Flags not at the start of the expression 'SG\.(?i)[a-z0-9_\-\.' (truncated) but at position 4
DeprecationWarning: Flags not at the start of the expression 'PMAK-(?i)[a-f0-9]{24' (truncated) but at position 5
The text was updated successfully, but these errors were encountered: