Updated Dell PFS Update Extractor v6.0_a16

Improved handling of sub-PFS PFAT Entries with offset conflicts and/or data gaps
This commit is contained in:
Plato Mavropoulos 2022-10-16 18:21:23 +03:00
parent c1f4ab9121
commit 5d5dc5828b
3 changed files with 80 additions and 47 deletions

View file

@ -30,8 +30,8 @@ def is_auto_exit():
def check_sys_py():
sys_py = get_py_ver()
if sys_py < (3,8):
sys.stdout.write(f'\nError: Python >= 3.8 required, not {sys_py[0]}.{sys_py[1]}!')
if sys_py < (3,10):
sys.stdout.write(f'\nError: Python >= 3.10 required, not {sys_py[0]}.{sys_py[1]}!')
if not is_auto_exit():
# noinspection PyUnresolvedReferences