From bde243c644b399b23a35c86d0e362b9a9130cb8d Mon Sep 17 00:00:00 2001 From: Cuan Date: Wed, 16 Feb 2022 15:59:11 -0500 Subject: [PATCH] Continuation of recursive fix --- bin/sshypRemote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sshypRemote.py b/bin/sshypRemote.py index e2f0b14..fdd3e5c 100755 --- a/bin/sshypRemote.py +++ b/bin/sshypRemote.py @@ -42,4 +42,4 @@ def folder_check(): for _root, _directories, _files in walk(expanduser('~/.password-pasture')): for _dir in _directories: open(expanduser('~/.config/sshyp/folder_database'), 'a')\ - .write(f"{_root.replace(expanduser('~/.password-pasture/'), '')}/{_dir}\n") + .write(f"{_root.replace(expanduser('~'), '')}/{_dir}\n")