From 86730d095a36076d7d785f51b0fb65d05c097d0b Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Tue, 4 Sep 2018 14:04:25 -0500 Subject: hplip-1:3.18.6-1.parabola1: updating version --- libre/hplip/python.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libre/hplip/python.patch (limited to 'libre/hplip/python.patch') diff --git a/libre/hplip/python.patch b/libre/hplip/python.patch new file mode 100644 index 000000000..b75d1f598 --- /dev/null +++ b/libre/hplip/python.patch @@ -0,0 +1,11 @@ +--- hplip-3.18.7/base/utils.py 2018-07-15 22:08:37.000000000 +0200 ++++ hplip-3.18.7/base/utils.py.new 2018-08-08 21:46:48.721947940 +0200 +@@ -265,7 +265,7 @@ + try: + names = os.listdir(root) + except os.error: +- raise StopIteration ++ return + + pattern = pattern or '*' + pat_list = pattern.split(';') -- cgit v1.2.3