Skip to content

Commit a3492ab

Browse files
modify path (#119)
1 parent bf98603 commit a3492ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suite_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1998,7 +1998,7 @@ def print_report(self):
19981998
"There has been an exception in SuiteReport.print_report()",
19991999
"See output for more information",
20002000
"rose-stem suite output will be in the files :\n",
2001-
f"~/cylc-run/{suite_dir}/log/suite/log",
2001+
f"~/cylc-run/{suite_dir}/log/scheduler/log",
20022002
]
20032003
)
20042004
finally:

0 commit comments

Comments
 (0)