env.py
48.8 KB
-
env: ignore warnings when executing python scripts (#3895) · 00309bee
* env: ignore warnings when executing python scripts When executing python scripts with an intent to deserialise via `json.loads` we need to ensure we ignore warnings. This is required because, warnings can cause a `JSONDecodeError`. Resolves: #3897 * ci: use current source if experimental
Arun Babu Neelicattu committed