mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
336 B
Diff
12 lines
336 B
Diff
|
--- 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(';')
|