multiversx / mx-sdk-py-cli

Python Command Line Tools and SDK for interacting with the MultiversX blockchain and dApps.
Other
35 stars 36 forks source link

mxpy data parse (warning reaches STDOUT) #391

Closed andreibancioiu closed 6 months ago

andreibancioiu commented 6 months ago

We have to remove the warning from mxpy data parse, since it corrupts STDOUT (and could break some scripts).

Also see: https://t.me/MultiversXDevelopers/122213

andreibancioiu commented 6 months ago

Quick workaround / alternative: use jq utility: https://stackoverflow.com/a/44656583/1475331