Calculation.get: string/dictionary?

From Error Wiki
Jump to navigation Jump to search

Getting the calculation info, returns a dictionary of strings. If you then get settings from the dictionary, the result is a string, which can be inconvenient (because this needs to be converted to a dictionary with json: settings = json.loads(cinfo['settings'])