You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the python/load-state script completely ignores the content of what it is sending and all responses, which means that any problems with the transfer are silently ignored.
Instead, the script should track all lines sent and all responses and tie error responses to input lines.
The text was updated successfully, but these errors were encountered:
$ pandablocks load --help
Usage: pandablocks load [OPTIONS] HOST [INFILE]
Load a blocks configuration into HOST using the commands in INFILE
Options:
--tutorial load the tutorial settings
--help Show this message and exit.
At the moment the
python/load-state
script completely ignores the content of what it is sending and all responses, which means that any problems with the transfer are silently ignored.Instead, the script should track all lines sent and all responses and tie error responses to input lines.
The text was updated successfully, but these errors were encountered: