You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The regex uses seoarate capture groups for alternative expressions that
match a single-quoted or a double-quoted string. This is more robust
with strings that may contain quotes.
However the code using the match objects doesn't currently take the two
capture groups into account and always expects the results in group 1,
which only matches double-quoted strings.
This change introduces a check so that if group 1 is None, the function
will use the matched substring in group 2.
Closesarthepsy#36
ikey8k
added a commit
to ikey8k/pan-globalprotect-okta
that referenced
this issue
Nov 3, 2022
The regex uses separate capture groups for alternative expressions that
match a single-quoted or a double-quoted string. This is more robust
with strings that may contain quotes.
However the code using the match objects doesn't currently take the two
capture groups into account and always expects the results in group 1,
which only matches double-quoted strings.
This change introduces a check so that if group 1 is None, the function
will use the matched substring in group 2.
Closesarthepsy#36
OS: Arch Linux
pan-globalprotect-okta revision: da771a4
Output
Config details:
I use
totp.google
The text was updated successfully, but these errors were encountered: