We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mirror://
1 parent 2a3bbab commit bf347c1Copy full SHA for bf347c1
aura/prefetch.py
@@ -88,4 +88,7 @@ def read_uris(file_input: TextIO) -> Iterable[str]:
88
if line.startswith("#") or not line:
89
continue
90
else:
91
+ if (not line.startswith("mirror://")) and mirror.LocalMirror.get_mirror_path():
92
+ line = "mirror://" + line
93
+
94
yield line
0 commit comments