From fc2f42a1aa9da50c7dd337a8f16ff97cf98181cf Mon Sep 17 00:00:00 2001 From: Cuan Date: Wed, 16 Feb 2022 01:07:03 -0500 Subject: [PATCH] Removed extra new line printed after some remote file checks --- bin/sshyp-shear.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sshyp-shear.py b/bin/sshyp-shear.py index 4b69edb..da3df65 100755 --- a/bin/sshyp-shear.py +++ b/bin/sshyp-shear.py @@ -19,7 +19,7 @@ def delete(_file_path): try: remove(f"{expanduser('~/.password-pasture/')}{_file_path}.gpg") except FileNotFoundError: - print('\nFile does not exist remotely.\n') + print('\nFile does not exist remotely.') for _device_name in listdir(expanduser('~/.config/sshyp/devices')): open(f"{expanduser('~/.config/sshyp/deleted/')}{_file_path.replace('/', '@')}^&*{_device_name}", 'w')