mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 13:27:08 +00:00
Fix path to NTBP regexp pattern
This commit is contained in:
@@ -41,7 +41,7 @@ if __name__ == '__main__':
|
|||||||
rx = re.compile(pattern["regex"])
|
rx = re.compile(pattern["regex"])
|
||||||
|
|
||||||
if "ntbp" in survey["raw"]:
|
if "ntbp" in survey["raw"]:
|
||||||
ntbpRx = re.compile(survey["raw"]["ntbp"])
|
ntbpRx = re.compile(survey["raw"]["ntbp"]["pattern"]["regex"])
|
||||||
|
|
||||||
for fileprefix in raw_p111["paths"]:
|
for fileprefix in raw_p111["paths"]:
|
||||||
print(f"Path prefix: {fileprefix}")
|
print(f"Path prefix: {fileprefix}")
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ if __name__ == '__main__':
|
|||||||
rx = re.compile(pattern["regex"])
|
rx = re.compile(pattern["regex"])
|
||||||
|
|
||||||
if "ntbp" in survey["raw"]:
|
if "ntbp" in survey["raw"]:
|
||||||
ntbpRx = re.compile(survey["raw"]["ntbp"])
|
ntbpRx = re.compile(survey["raw"]["ntbp"]["pattern"]["regex"])
|
||||||
|
|
||||||
for fileprefix in raw_p190["paths"]:
|
for fileprefix in raw_p190["paths"]:
|
||||||
print(f"Path prefix: {fileprefix}")
|
print(f"Path prefix: {fileprefix}")
|
||||||
|
|||||||
Reference in New Issue
Block a user