couldn't import -> dans sys.stderr
This commit is contained in:
parent
0d5032352a
commit
465c4fd901
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ from email.mime.multipart import MIMEMultipart
|
|||
try:
|
||||
from cpasswords import clientlib
|
||||
except ImportError:
|
||||
print("Couldn't import clientlib. Remote sync may not work")
|
||||
print("Couldn't import clientlib. Remote sync may not work", file=sys.stderr)
|
||||
|
||||
# Même problème que pour le client, il faut bootstraper le nom de la commande
|
||||
# Pour accéder à la config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue