Added Dell PFS Update Extractor v6.0_a1

Adjusted dependencies
This commit is contained in:
platomav 2022-04-07 01:13:07 +03:00
parent 46172a218b
commit f2be701423
12 changed files with 1242 additions and 211 deletions

View file

@ -2,5 +2,5 @@
#coding=utf-8
# Generate padding (spaces or tabs)
def padder(count, tab=False):
return ('\t' if tab else ' ') * count
def padder(padd_count, tab=False):
return ('\t' if tab else ' ') * padd_count