Hanno Böck commited on 2020-03-21 19:23:12
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
... | ... |
@@ -109,7 +109,7 @@ if opts.xml: |
109 | 109 |
# start the search |
110 | 110 |
|
111 | 111 |
for fdir in opts.dirs: |
112 |
- for root, NULL, files in os.walk(fdir): |
|
112 |
+ for root, _, files in os.walk(fdir): |
|
113 | 113 |
for filename in scanfiles.intersection(files): |
114 | 114 |
for item in jconfig: |
115 | 115 |
if not opts.thirdparty and 'thirdparty' in item: |
116 | 116 |