Skip to content

Add `restoreTrace` method to Operation, supporting python tracing.

Aron Helser requested to merge aron.helser/smtk:operation_restore_trace into master

restoreTrace takes a string containing xml definitions of the input parameters used to run an operation previously, and restores them to the current operation to be run again.

Merge request reports