mirror of
https://github.com/aaronraimist/element-themes
synced 2026-03-14 14:25:51 +01:00
Fixed indentation
Changed indentation on an elif statement that prevented the script from running.
This commit is contained in:
parent
b1dbe27ace
commit
5378940aaf
1 changed files with 4 additions and 4 deletions
8
build.py
8
build.py
|
|
@ -46,10 +46,10 @@ if __name__ == '__main__':
|
|||
if file.lower().endswith(".json"):
|
||||
json_paths.append(current_path)
|
||||
print(f"Added {file}")
|
||||
|
||||
elif deep.lower().endswith(".json"):
|
||||
json_paths.append(current_path)
|
||||
print(f"Added {file}")
|
||||
|
||||
elif deep.lower().endswith(".json"):
|
||||
json_paths.append(current_path)
|
||||
print(f"Added {file}")
|
||||
|
||||
# 2. Now let's parse all the JSON files
|
||||
for json_path in json_paths:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue