From f8da0ea0eaba7250122d8f5e769b975fda4123ba Mon Sep 17 00:00:00 2001
From: GARNIER Laurent <laurent.garnier@irisa.fr>
Date: Tue, 28 Jun 2022 10:11:24 +0000
Subject: [PATCH] update message

---
 allgo/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/allgo/__init__.py b/allgo/__init__.py
index e14fa3a..816c684 100644
--- a/allgo/__init__.py
+++ b/allgo/__init__.py
@@ -108,7 +108,7 @@ class Init:
         if 'allgo_instance' in kwargs:
             API_parameters['allgo_instance'] = kwargs['allgo_instance']
 
-        # Try to communicate with Allgo
+        # Try to communicate with Allgo to test allgo instance
         try:
             if(not API_parameters['verbose_level'] == 'errors'):
                 print("\n Try to connect to the allgo API instance: "+API_parameters['allgo_instance'])
-- 
GitLab