Expandir la barra de logros de la comunidad.

RESUELTAS

Example Python Script to get report results using Oberon JSON

Avatar

Level 1

I found the tutorial that lets me get the JSON code from a sample workspace and I've been trying to use that to get results using python. I've tried a couple of different libraries and searched high and low for an example, but I'm coming up lost. Does anyone have an example script (it can be very basic) using the JSON code to call the results?

1 solución aceptada

Avatar

Respuesta correcta de
Level 1

Yo could use for example

logInfo("RESULT: " + vars.output);
logInfo("ERROR: " + vars.lastError);

Ver la solución en mensaje original publicado

1 Respuesta

Avatar

Respuesta correcta de
Level 1

Yo could use for example

logInfo("RESULT: " + vars.output);
logInfo("ERROR: " + vars.lastError);