mirror of
https://github.com/platomav/BIOSUtilities.git
synced 2025-05-13 06:34:42 -04:00
Added Dell PFS Update Extractor v6.0_a1
Adjusted dependencies
This commit is contained in:
parent
46172a218b
commit
f2be701423
12 changed files with 1242 additions and 211 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue