filter_hp: typo

This commit is contained in:
Daniel STAN 2015-06-22 12:14:20 +02:00
parent 351565faaf
commit 3965df79d0

View file

@ -107,7 +107,7 @@ def parse_opt(argv):
# Pour les options supplémentaires # Pour les options supplémentaires
for entry in options: for entry in options:
key, value = options.split("=", 1) key, value = entry.split("=", 1)
if key == "HPPunchingOptions": if key == "HPPunchingOptions":
opt['hole'] = PUNCH_DRV2PCL_OPTS[value] opt['hole'] = PUNCH_DRV2PCL_OPTS[value]
if key == "HPStaplerOptions": if key == "HPStaplerOptions":