mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-08-28 12:56:28 -04:00
Continuation of recursive fix
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user