Versions Compared

Key

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

...


Code Block
languagebash
titleCommand Line
ecflow_client --load=/my/home/exotic.def check_only



Code Block
languagepy
titlePython, Load from disk and check
from ecflow import Defs 
defs = Defs('/my/home/exotic.def')
print(defs.check())


...