From 05f6fb34ee79ee8112ef549e93f0a138be0e2abf Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 15:40:13 +0000 Subject: automatic import of hplip --- hplip-hpfax-importerror-print.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 hplip-hpfax-importerror-print.patch (limited to 'hplip-hpfax-importerror-print.patch') diff --git a/hplip-hpfax-importerror-print.patch b/hplip-hpfax-importerror-print.patch new file mode 100644 index 0000000..3fdafda --- /dev/null +++ b/hplip-hpfax-importerror-print.patch @@ -0,0 +1,13 @@ +diff --git a/fax/backend/hpfax.py b/fax/backend/hpfax.py +index a63051d..3e187c9 100755 +--- a/fax/backend/hpfax.py ++++ b/fax/backend/hpfax.py +@@ -89,7 +89,7 @@ try: + from base import utils + #from prnt import cups + except ImportError as e: +- bug("Error importing HPLIP modules: %s\n" % (pid, e)) ++ bug("Error importing HPLIP modules: %s\n" % (e)) + sys.exit(1) + + def handle_sigpipe(): -- cgit v1.2.3