Skip to content

Commit 684ef06

Browse files
authored
refactor: use UI_SETTING.amlt_path for combined log folder path (#1184)
1 parent d26b272 commit 684ef06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rdagent/log/ui/dsapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
def convert_log_folder_str(lf: str) -> str:
1111
if "/" not in lf:
12-
return f"/data/share_folder_local/amlt/{lf.strip()}/combined_logs"
12+
return f"{UI_SETTING.amlt_path}/{lf.strip()}/combined_logs"
1313
return lf.strip()
1414

1515

0 commit comments

Comments
 (0)