From 0bd7c537b1178bdd041d1e6e41df552dbda98bf4 Mon Sep 17 00:00:00 2001
From: "valentin.emiya" <valentin.emiya@lif.univ-mrs.fr>
Date: Wed, 3 Jun 2020 16:42:15 +0200
Subject: [PATCH] update CI

---
 python/tffpy/utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/tffpy/utils.py b/python/tffpy/utils.py
index 82b06ed..eaa89d3 100755
--- a/python/tffpy/utils.py
+++ b/python/tffpy/utils.py
@@ -86,7 +86,7 @@ def generate_config():
     with open(config_file, 'w') as config_file:
         config.write(config_file)
     print('Configuration file created: {}. Please update it with your data '
-          'path.'.foramt(config_file))
+          'path.'.format(config_file))
 
 
 def get_data_path():
-- 
GitLab