filter_hp: typo
This commit is contained in:
parent
351565faaf
commit
3965df79d0
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ def parse_opt(argv):
|
|||
|
||||
# Pour les options supplémentaires
|
||||
for entry in options:
|
||||
key, value = options.split("=", 1)
|
||||
key, value = entry.split("=", 1)
|
||||
if key == "HPPunchingOptions":
|
||||
opt['hole'] = PUNCH_DRV2PCL_OPTS[value]
|
||||
if key == "HPStaplerOptions":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue