-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<datetime>-<start/restart/reload>.cylc
contain processed, sparse config.
#4521
<datetime>-<start/restart/reload>.cylc
contain processed, sparse config.
#4521
Conversation
Made the ``<datetime>-<start/restart/reload>.cylc use pcfg.idump() to have the processed and sparse config dumped.
<datetime>-<start/restart/reload>.cylc
contain sparse config.
<datetime>-<start/restart/reload>.cylc
contain sparse config.<datetime>-<start/restart/reload>.cylc
contain processed, sparse config.
…_the_output_of_cylc_config companion to cylc/cylc-flow#4521
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested: working as advertised
Co-authored-by: Ronnie Dutta <[email protected]>
…put_of_cylc_config
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have deconflicted the changelog (and reworded the entry a bit)
…put_of_cylc_config
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @wxtim. Working as described for me. Only minor typo found.
CHANGES.md
Outdated
[#4526](https://github.com/cylc/cylc-flow/pull/4526) - Prevent runN and run\d+ | ||
being allowed as installation target names. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate entry
Co-authored-by: Melanie Hall <[email protected]>
Closes #4407
Made the
<datetime>-<start/restart/reload>.cylc
usepcfg.idump()
so that these files contain the processed and sparse config.To do this I allowed
config.pcfg.idump
to take ahandle
kwarg to pass toprintcfg
.Requirements check-list
CONTRIBUTING.md
and added my name as a Code Contributor.setup.py
andconda-environment.yml
.