-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
ECF_OUT, which sets the directory where the job outputs are written, can be set at the Suite (or AnchorFamily) level through the option "out". This is not correct, it should be passed to the host through the log_directory argument, see https://github.com/ecmwf/pyflow/blob/develop/pyflow/anchor.py#L14.
This makes more sense as this directory is only visible by the host. So if you change host, you need to change the log_directory as well, which won't be done through the "out" argument of the Suite class.
We should deprecate this in the next release.
What are the steps to reproduce the bug?
In current version 3.4.1
Version
3.4.1
Platform (OS and architecture)
Any
Relevant log output
Accompanying data
No response
Organisation
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working