mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-17 06:26:55 +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):
|
||||
c = {}
|
||||
with open(p + '/conf.rs') as f:
|
||||
with open(p + '/utils/conf.rs') as f:
|
||||
f = f.read()
|
||||
|
||||
m = re.search(conf_re, f)
|
||||
|
Loading…
Reference in New Issue
Block a user