We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67f1ea commit 86dc2f0Copy full SHA for 86dc2f0
packages/service-integration/src/service_integration/cli/_escaping.py
@@ -42,7 +42,7 @@ def legacy_escape(
42
43
print(f"checking files in {osparc_config_dirname}")
44
45
- for file in osparc_config_dirname.glob("*.y*ml"):
+ for file in osparc_config_dirname.rglob("*.y*ml"):
46
print(f"scanning {file=}")
47
read_text = file.read_text()
48
replaced_text = escape_dollar_brace(read_text)
0 commit comments