From 87896e2f24ff6d544fdabd30f5f1f4b858daecf4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Thu, 12 Mar 2020 12:43:04 +0100
Subject: [PATCH] FIX: file arg not needed

---
 src/caosdb/connection/connection.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/caosdb/connection/connection.py b/src/caosdb/connection/connection.py
index 1de260ca..3553c86c 100644
--- a/src/caosdb/connection/connection.py
+++ b/src/caosdb/connection/connection.py
@@ -181,7 +181,7 @@ class _DefaultCaosDBServerConnection(CaosDBServerConnection):
             _LOGGER.warn("*** Warning! ***\n"
                          "Insecure SSL mode, certificate will not be checked! "
                          "Please consider removing the `ssl_insecure` configuration option.\n"
-                         "****************", file=sys.stderr)
+                         "****************")
             context.verify_mode = ssl.CERT_NONE
 
         if (not context.verify_mode == ssl.CERT_NONE and
-- 
GitLab