althafvly / AmlogicKitchen

Android firmware kitchen for amlogic devices
137 stars 55 forks source link

SyntaxWarning: invalid escape sequence #21

Closed bbdoc closed 7 months ago

bbdoc commented 8 months ago

Hi,

When unpacking (level 2) using python under windows 11, I'm getting a bunch of those errors :

C:\AMLOGI~1\bin\common\imgextractor.py:622: SyntaxWarning: invalid escape sequence '\+'
  3, '/' + dirr + '/lost\+found' + ' ' + c.split(" ")[1])
C:\AMLOGI~1\bin\common\imgextractor.py:628: SyntaxWarning: invalid escape sequence '\+'
  3, '/lost\+found' + ' u:object_r:rootfs:s0')

I'm using Python 3.12.1

As far as as I can see, everything was still unpacked successfully but I thought it was worth reporting it.

Thanks

althafvly commented 7 months ago

It's warnings. Also windows scripts are no longer maintained.