Skip to content

fix: use raw strings for regular expressions to prevent unintended escape sequences.#122

Open
dmachard wants to merge 1 commit into
makerdiary:mainfrom
dmachard:fix_regex
Open

fix: use raw strings for regular expressions to prevent unintended escape sequences.#122
dmachard wants to merge 1 commit into
makerdiary:mainfrom
dmachard:fix_regex

Conversation

@dmachard
Copy link
Copy Markdown

fixes #121

Fixed SyntaxWarning: invalid escape sequence errors in nrf_sniffer_ble.py by converting regex patterns to raw string literals. These warnings were being captured as errors by Wireshark's extcap interface, causing an error dialog when stopping capture sessions

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

Successfully merging this pull request may close these issues.

Error from extcap when stop capture

1 participant