Lint
This commit is contained in:
parent
f6762d2ad9
commit
8048f36072
|
@ -138,7 +138,6 @@ class ExtraNetworksPage:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
subdir = os.path.abspath(x)[len(parentdir):].replace("\\", "/")
|
subdir = os.path.abspath(x)[len(parentdir):].replace("\\", "/")
|
||||||
|
|
||||||
if not subdir.startswith("/"):
|
if not subdir.startswith("/"):
|
||||||
subdir = "/" + subdir
|
subdir = "/" + subdir
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue