Fix CI.
This commit is contained in:
@@ -64,7 +64,7 @@ def ListPath(path, blacklist=[]):
|
||||
dir = os.path.dirname(file)
|
||||
if dir not in dirs:
|
||||
dirs.append(dir)
|
||||
# Print .c groupped by dir
|
||||
# Print .c grouped by dir
|
||||
for dir in dirs:
|
||||
print('<group name="' + dir.replace('../', '').replace('\\','/') + '">')
|
||||
for file in files:
|
||||
|
Reference in New Issue
Block a user