Published March 15, 2018
| Version v0.0.36
Software
Open
caltechlibrary/dataset: Python 3.6 module error_message() function
Description
Added a error_message() function to Python module so you can check for the last error recorded in the Go runtime. e.g.
```python
record = dataset.read(my_collection, "1023")
e_msg = dataset.error_message()
if e_msg != "":
handle_error(e_msg)
```
Other
Dataset is a command line tool for working with JSON (object) documents on local disc, in an S3 bucket or on Google Sheets/Cloud StorageFiles
caltechlibrary_dataset-v0.0.36.zip
Additional details
Identifiers
- CALTECHDATA_ID
- 909
Related works
- Is identical to
- https://github.com/caltechlibrary/dataset/releases/tag/v0.0.36 (URL)