3b7ae335f3
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/hplip#7cb6f648cdb35a0f018b511d10b516d6d9e4d638
14 lines
401 B
Diff
14 lines
401 B
Diff
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():
|