Cleanup stream_wav.py.backup

This commit is contained in:
Thomas Farstrike
2026-03-06 17:44:03 +01:00
parent d485d4e02a
commit b3f4914c48
+1
View File
@@ -165,6 +165,7 @@ elif [ "$target" == "unix" -o "$target" == "macOS" ]; then
# Restore @micropython.viper decorator after build
echo "Restoring @micropython.viper decorator..."
sed -i.backup 's/^#@micropython\.viper$/@micropython.viper/' "$stream_wav_file"
rm "$stream_wav_file".backup
else
echo "invalid target $target"
fi