mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
Update build_references.py
This commit is contained in:
parent
f7b0abff5a
commit
f6dc511818
@ -37,5 +37,5 @@ order: 2
|
||||
''')
|
||||
content = ''.join(output)
|
||||
# replace {...} to ; (multi-line match)
|
||||
content = re.sub(r'{(.+?)}', r';', content, flags=re.DOTALL)
|
||||
content = re.sub(r'\{[^}]+?\}', r';', content, flags=re.DOTALL)
|
||||
f.write(content)
|
||||
|
Loading…
x
Reference in New Issue
Block a user