From 6be66895ba86c35ab72c83c8f01fba7eff21bc3b Mon Sep 17 00:00:00 2001 From: extremecoders-re Date: Sun, 3 Dec 2023 23:47:41 +0530 Subject: [PATCH] Fix Invalid escape sequence \p syntax warning --- pyinstxtractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinstxtractor.py b/pyinstxtractor.py index f2925a8..16d7d94 100644 --- a/pyinstxtractor.py +++ b/pyinstxtractor.py @@ -20,7 +20,7 @@ extracting the PYZ archive. Usage : Just copy this script to the directory where your exe resides and run the script with the exe file name as a parameter -C:\path\to\exe\>python pyinstxtractor.py +C:\\path\\to\\exe\\>python pyinstxtractor.py $ /path/to/exe/python pyinstxtractor.py Licensed under GNU General Public License (GPL) v3.