...
| Code Block | ||||
|---|---|---|---|---|
| ||||
import ecflow
ci = ecflow.Client("my_host",3141) # replace the host and port with your own.
ci.sync_local() # download all the suites on the server
print ci.get_defs() |
...
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
import ecflow
ci = ecflow.Client("my_host",3141) # replace the host and port with your own.
ci.sync_local() # download all the suites on the server
print ci.get_defs() |
...