Skip to content

Commit aaa42bb

Browse files
authored
Remove default path from ENV_ROOT assignment (#1050)
1 parent 3aa647e commit aaa42bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/conversation_viewer.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
import streamlit as st
3232

3333

34-
ENV_ROOT = os.getenv(
35-
"OPENHANDS_CONVERSATIONS_ROOT", "/home/xingyaow/.openhands/conversation"
36-
)
34+
ENV_ROOT = os.getenv("OPENHANDS_CONVERSATIONS_ROOT")
3735
DEFAULT_CONVERSATIONS_ROOT = (
3836
Path(ENV_ROOT).expanduser()
3937
if ENV_ROOT

0 commit comments

Comments
 (0)