UpdateResults

From Error Wiki
Revision as of 09:59, 17 February 2015 by Kareldumon (talk | contribs) (Created page with "The manual says: HighThroughput.manage.calculation.updateResults(cid) Updates the results of a calculation, returns (int) 1 if successful (wraps around modify). Has one optio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The manual says:

HighThroughput.manage.calculation.updateResults(cid) Updates the results of a calculation, returns (int) 1 if successful (wraps around modify). Has one optional argument: ? (int) or (str) cid: ID of the calculation. Defaults to the global set by get() or add().

The code says:

def updateResults(results,cid = None)


The dictionary should thus (ofcourse) be given as an argument!