aboutsummaryrefslogtreecommitdiffstats
path: root/modules/launch_utils.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-08-13 17:27:17 +0000
committerGitHub <noreply@github.com>2023-08-13 17:27:17 +0000
commit8452708560586e2d5047c7d8df2b4ba642d94dac (patch)
treee4388d9734f6469da0090e3a0fa22636bf73c8d3 /modules/launch_utils.py
parent16781ba09abe1494993f819b91ea0b88c48903b7 (diff)
parent09ff5b5416e9e989cf2ddb2bab9129e27ed23f14 (diff)
downloadstable-diffusion-webui-gfx803-8452708560586e2d5047c7d8df2b4ba642d94dac.tar.gz
stable-diffusion-webui-gfx803-8452708560586e2d5047c7d8df2b4ba642d94dac.tar.bz2
stable-diffusion-webui-gfx803-8452708560586e2d5047c7d8df2b4ba642d94dac.zip
Merge pull request #12530 from eltociear/eltociear-patch-1
Fix typo in launch_utils.py
Diffstat (limited to 'modules/launch_utils.py')
-rw-r--r--modules/launch_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launch_utils.py b/modules/launch_utils.py
index e77baa52..94b2322a 100644
--- a/modules/launch_utils.py
+++ b/modules/launch_utils.py
@@ -324,7 +324,7 @@ def prepare_environment():
blip_commit_hash = os.environ.get('BLIP_COMMIT_HASH', "48211a1594f1321b00f14c9f7a5b4813144b2fb9")
try:
- # the existance of this file is a signal to webui.sh/bat that webui needs to be restarted when it stops execution
+ # the existence of this file is a signal to webui.sh/bat that webui needs to be restarted when it stops execution
os.remove(os.path.join(script_path, "tmp", "restart"))
os.environ.setdefault('SD_WEBUI_RESTARTING', '1')
except OSError: