Skip to content

Commit e9ec847

Browse files
committed
chore: missing empty line
1 parent 7081722 commit e9ec847

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ async def run_custom_agent(
177177

178178
if not os.path.exists(chrome_exe):
179179
raise ValueError(f"Chrome executable not found at {chrome_exe}")
180+
180181
if not chrome_use_data:
181182
raise ValueError("You selected use own browser, but CHROME_USER_DATA environment variable is not set. Please set it to your Chrome user data directory.")
182183

0 commit comments

Comments
 (0)