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
What is the exception? I can't run your script with python 2 or python 3
File "/home/kali/Desktop/qnx/qnx6-extractor-master/qnx6_extractor/main.py", line 421
return ((mode & 040000) == 040000)
^
SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers
The text was updated successfully, but these errors were encountered:
harry1080
changed the title
脚本无法运行 The script cannot run
The script cannot run
Nov 15, 2022
HI
What is the exception? I can't run your script with python 2 or python 3
File "/home/kali/Desktop/qnx/qnx6-extractor-master/qnx6_extractor/main.py", line 421
return ((mode & 040000) == 040000)
^
SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers
The text was updated successfully, but these errors were encountered: