Skip to content

Извлечь оригинальную подпись из файла#6

Open
AngelOfLlife wants to merge 6 commits into
mainfrom
cursor/bc-ab64358f-91a4-4aa4-a7b9-0846f2781768-2ee1
Open

Извлечь оригинальную подпись из файла#6
AngelOfLlife wants to merge 6 commits into
mainfrom
cursor/bc-ab64358f-91a4-4aa4-a7b9-0846f2781768-2ee1

Conversation

@AngelOfLlife
Copy link
Copy Markdown
Owner

Fix SyntaxError in windows_quick_extract.py to allow the script to run correctly on Windows.

The SyntaxError: unexpected character after line continuation character was caused by an incorrectly escaped backslash within a binary string pattern (b'me\.bmax\.apatch'). Removing this problematic pattern resolves the error, as the alternative pattern b'me.bmax.apatch' is sufficient for the intended search.


Open in WebOpen in Cursor

cursoragent and others added 6 commits July 24, 2025 15:30
Co-authored-by: angelofllife <angelofllife@yandex.ru>
Co-authored-by: angelofllife <angelofllife@yandex.ru>
Co-authored-by: angelofllife <angelofllife@yandex.ru>
Co-authored-by: angelofllife <angelofllife@yandex.ru>
Co-authored-by: angelofllife <angelofllife@yandex.ru>
…orm support

Co-authored-by: angelofllife <angelofllife@yandex.ru>
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.

2 participants