mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-19 19:17:31 +00:00
Fix conf.rs
path in update_wiki
This commit is contained in:
parent
8282a3a426
commit
bd5af32cb1
@ -23,7 +23,7 @@ def parse_path(p="src"):
|
|||||||
|
|
||||||
def parse_conf(p):
|
def parse_conf(p):
|
||||||
c = {}
|
c = {}
|
||||||
with open(p + '/conf.rs') as f:
|
with open(p + '/utils/conf.rs') as f:
|
||||||
f = f.read()
|
f = f.read()
|
||||||
|
|
||||||
m = re.search(conf_re, f)
|
m = re.search(conf_re, f)
|
||||||
|
Loading…
Reference in New Issue
Block a user