Преглед изворни кода

Remove unused exception variable

pull/547/head
Kcchouette пре 4 година
committed by GitHub
родитељ
комит
0d2c52a7ea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      cli/lesspass/core.py

+ 1
- 1
cli/lesspass/core.py Прегледај датотеку

@@ -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…
Откажи
Сачувај