Browse Source

Remove unused exception variable

pull/547/head
Kcchouette 4 years ago
committed by GitHub
parent
commit
0d2c52a7ea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cli/lesspass/core.py

+ 1
- 1
cli/lesspass/core.py View File

@@ -56,7 +56,7 @@ def main(args=sys.argv[1:]):
try:
copy(generated_password)
print("Copied to clipboard")
except Exception as e:
except Exception:
print("Copy failed, we are sorry")
print("Can you send us an email at contact@lesspass.com\n")
print("-" * 80)


Loading…
Cancel
Save