We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69cf0e8 commit b9c57c7Copy full SHA for b9c57c7
cylc/rose/utilities.py
@@ -940,7 +940,8 @@ def record_cylc_install_options(
940
if section in cli_config:
941
cli_config[section].set(
942
['ROSE_ORIG_HOST'],
943
- f'"{rose_orig_host}"' if section in SECTIONS else rose_orig_host
+ f'"{rose_orig_host}"'
944
+ if section in SECTIONS else rose_orig_host
945
)
946
cli_config[section]['ROSE_ORIG_HOST'].comments = [
947
ROSE_ORIG_HOST_INSTALLED_OVERRIDE_STRING
0 commit comments