We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
conf.rs
update_wiki
1 parent 8282a3a commit bd5af32Copy full SHA for bd5af32
util/update_wiki.py
@@ -23,7 +23,7 @@ def parse_path(p="src"):
23
24
def parse_conf(p):
25
c = {}
26
- with open(p + '/conf.rs') as f:
+ with open(p + '/utils/conf.rs') as f:
27
f = f.read()
28
29
m = re.search(conf_re, f)
0 commit comments