Deepomatic / dmake

DMake is a tool to manage micro-service based applications
MIT License
36 stars 3 forks source link

Fix escaped string for python3.12 #564

Closed vdel closed 6 months ago

vdel commented 7 months ago

Using dmake with python 3.12 fails with:

dmake.common.ShellError: /Users/vincent/deepomatic/dmake/dmake/utils/dmake_replace_vars:36: SyntaxWarning: invalid escape sequence '\$'
  lvars = re.findall('\${([A-Za-z\-_]+)}', data)

This PR fixes it.

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud