fix function: "get_bookmarks"

This commit is contained in:
Jason Lee
2024-06-22 04:08:13 -05:00
committed by GitHub
parent df70b11cf6
commit 1ec95f7d61

View File

@@ -391,7 +391,7 @@ def get_bookmarks(env, config: Dict[str, str]):
elif os_type == 'Linux':
if "arm" in platform.machine():
preference_file_path = env.controller.execute_python_command(
"import os; print(os.path.join(os.getenv('HOME'), 'snap/chromium/common/chromium/Default/Preferences'))")[
"import os; print(os.path.join(os.getenv('HOME'), 'snap/chromium/common/chromium/Default/Bookmarks'))")[
'output'].strip()
else:
preference_file_path = env.controller.execute_python_command(