mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
chore: Update json.dump to include indentation in submit-theme.py
This commit is contained in:
parent
9b8ff022f0
commit
23f0f0c9e8
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ Just joking, you can do whatever you want. You're the boss.
|
||||||
print("Detected preferences file. Please review the preferences below.")
|
print("Detected preferences file. Please review the preferences below.")
|
||||||
print(prefs)
|
print(prefs)
|
||||||
theme['preferences'] = get_static_asset(theme_id, PREFERENCES_FILE)
|
theme['preferences'] = get_static_asset(theme_id, PREFERENCES_FILE)
|
||||||
json.dump(prefs, f)
|
json.dump(prefs, f, indent=4)
|
||||||
else:
|
else:
|
||||||
print("No preferences detected.")
|
print("No preferences detected.")
|
||||||
os.remove(prefs_file)
|
os.remove(prefs_file)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue