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.
2 parents 219812b + 9844b54 commit a3a1aa5Copy full SHA for a3a1aa5
1 file changed
build.sh
@@ -96,7 +96,7 @@ get_pio_envs_ending_with_string() {
96
# $1 should be the environment name
97
get_platform_for_env() {
98
local env_name=$1
99
- echo "$PIO_CONFIG_JSON" | python3 -c "
+ printf '%s' "$PIO_CONFIG_JSON" | python3 -c "
100
import sys, json, re
101
data = json.load(sys.stdin)
102
for section, options in data:
0 commit comments