Published March 15, 2018 | Version v0.0.36
Software Open

caltechlibrary/dataset: Python 3.6 module error_message() function

  • 1. Caltech Library

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) ```

Files

caltechlibrary_dataset-v0.0.36.zip
Files (331.9 kB)
Name Size
md5:6ecf97d831801d4520fbe4185c73c5f5
331.9 kB Preview Download

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 Storage

Additional details

Created:
September 9, 2022
Modified:
November 18, 2022