소스 검색

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)


불러오는 중...
취소
저장