瀏覽代碼

Remove unused exception variable

pull/551/head
Kcchouette 4 年之前
committed by Guillaume Vincent
父節點
當前提交
f6c7304490
共有 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…
取消
儲存