mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 00:03:20 +01:00
Don't use the same filename, will confuse our code later
This commit is contained in:
parent
5511d1090f
commit
95334715ab
@ -140,7 +140,7 @@ def getConfig(default_val=APP_CONFIG_DEFAULTS):
|
||||
# Save config in new format
|
||||
setConfig(config)
|
||||
|
||||
with open(config_json_path, "w") as f:
|
||||
with open(config_json_path + ".txt", "w") as f:
|
||||
f.write("Moved to config.yaml inside the Easy Diffusion folder. You can open it in any text editor.")
|
||||
# intentionally writing invalid json, to alert any scripts that depend on this file
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user