def dataset_json(rcfile): """ load dataset JSON file Usage: dataset_json(rcfile) """ if not isinstance(rcfile, six.string_types): raise Exception("Error, must pass a string") # if not os.path.exists(table): ## raise Exception, "Error, the table you specified (%s) does not exists" % table return _cmor.dataset_json(rcfile)