Skip to content

Commit b9c57c7

Browse files
committed
f
1 parent 69cf0e8 commit b9c57c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cylc/rose/utilities.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,8 @@ def record_cylc_install_options(
940940
if section in cli_config:
941941
cli_config[section].set(
942942
['ROSE_ORIG_HOST'],
943-
f'"{rose_orig_host}"' if section in SECTIONS else rose_orig_host
943+
f'"{rose_orig_host}"'
944+
if section in SECTIONS else rose_orig_host
944945
)
945946
cli_config[section]['ROSE_ORIG_HOST'].comments = [
946947
ROSE_ORIG_HOST_INSTALLED_OVERRIDE_STRING

0 commit comments

Comments
 (0)