From 3965df79d009aa60e1b3bab1b7b4c4e5466d02ef Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Mon, 22 Jun 2015 12:14:20 +0200 Subject: [PATCH] filter_hp: typo --- impression/filter_hp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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":