diff --git a/impression/filter_hp.py b/impression/filter_hp.py index 414e6a86..9a8eca7a 100755 --- a/impression/filter_hp.py +++ b/impression/filter_hp.py @@ -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":