Commit 8048f360 authored by missionfloyd's avatar missionfloyd Committed by GitHub

Lint

parent f6762d2a
...@@ -138,7 +138,6 @@ class ExtraNetworksPage: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment