Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
 the_task = ecflow.Task('t1')
 the_task.add_variable("ECF_DUMMY_TASK","any")  # the_task += Edit(ECF_DUMMY_TASK="any")

...