mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 00:45:30 +02:00
Dont indent themes.json
This commit is contained in:
parent
95df5583f6
commit
80d5e2506a
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ def write_colors(colors_file, output_file):
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
with open(THEMES_DATA_FILE, "w") as f:
|
with open(THEMES_DATA_FILE, "w") as f:
|
||||||
json.dump({}, f, indent=4)
|
json.dump({}, f)
|
||||||
for theme in os.listdir(THEMES_FOLDER):
|
for theme in os.listdir(THEMES_FOLDER):
|
||||||
theme_folder = os.path.join(THEMES_FOLDER, theme)
|
theme_folder = os.path.join(THEMES_FOLDER, theme)
|
||||||
|
|
||||||
|
@ -112,4 +112,4 @@ def main():
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue