missing one arg

This commit is contained in:
Dengke Tang
2023-02-27 15:38:45 -08:00
parent 6f54b79075
commit e19747e186
+1 -1
View File
@@ -97,7 +97,7 @@ def process_dir(dir_name, f):
f.write('<dir name="features">')
os.chdir('tests/features')
for a in os.listdir():
process_file(a)
process_file(a, f)
os.chdir('../..')
f.write('</dir>')
f.write('</dir>')