diff options
author | missionfloyd <missionfloyd@users.noreply.github.com> | 2023-11-13 00:12:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 00:12:50 +0000 |
commit | 8048f36072c8a281b8c8c79235df63a748ab7361 (patch) | |
tree | 47773d22afc864cac48998d03abdce9a260a2940 | |
parent | f6762d2ad95e3de39fc900b3fd528310e512831f (diff) | |
download | stable-diffusion-webui-gfx803-8048f36072c8a281b8c8c79235df63a748ab7361.tar.gz stable-diffusion-webui-gfx803-8048f36072c8a281b8c8c79235df63a748ab7361.tar.bz2 stable-diffusion-webui-gfx803-8048f36072c8a281b8c8c79235df63a748ab7361.zip |
Lint
-rw-r--r-- | modules/ui_extra_networks.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/ui_extra_networks.py b/modules/ui_extra_networks.py index 43a94b74..bd673285 100644 --- a/modules/ui_extra_networks.py +++ b/modules/ui_extra_networks.py @@ -138,7 +138,6 @@ class ExtraNetworksPage: continue
subdir = os.path.abspath(x)[len(parentdir):].replace("\\", "/")
-
if not subdir.startswith("/"):
subdir = "/" + subdir
|