rffontenelle / python-docs-tx-translations

Translating Python Docs in Transifex
https://explore.transifex.com/python-doc/
10 stars 1 forks source link

Remove square brackets of regexp in lock-translations.py #57

Closed rffontenelle closed 8 months ago

rffontenelle commented 8 months ago

From Actions log

> Run python3 scripts/lock-translations.py cpython/Doc/locales/.tx/config python-newest
/home/runner/work/python-docs-tx-translations/python-docs-tx-translations/scripts/lock-translations.py:28: SyntaxWarning: invalid escape sequence '\w'
  project in re.search('p:python-[\w]+:', config.sections()[1]).group(0)
Using TX Config Path: cpython/Doc/locales/.tx/config
Using project: python-newest
Successfully retrieved local resources!
All resources are locked or in use!
rffontenelle commented 8 months ago

Thanks for checking this!