Skip to content

ActsConfig: Fix RE syntax.

Scott Snyder requested to merge ssnyder/athena:py312.ActsConfig-20240529 into main

Use raw strings for regexps. Fixes warnings from py3.12 about bad escape sequences.

Merge request reports