mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-08-30 13:56:31 -04:00
Fixed potential variable undefined errors
Former-commit-id: 65168e24ed228816d4089241d4086317488fd696 Former-commit-id: 5c46855d45488b2ec5fd8b53040237fc224b45d4
This commit is contained in:
+1
-1
@@ -238,7 +238,7 @@ def refresh_encryption():
|
||||
_proceed = curses_radio(('yes', 'no'), "are you sure you wish to re-encrypt all entries with this key?"
|
||||
"\n\n\n\n\nWARNING: proceeding with this action will remove/overwrite"
|
||||
" any directories matching the following:"
|
||||
f"\n\n{home}/.local/share/sshyp.old\n{home}/.local/share/sshyp.new\n\n")
|
||||
f"\n\n{home}/.local/share/sshyp.old\n{home}/.local/share/sshyp.new\n\n")
|
||||
if _proceed != 0:
|
||||
return 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user