diff --git a/python/tffpy/utils.py b/python/tffpy/utils.py index 82b06edd7ea0cb55e5afa7306ac6b053c9b06bc7..eaa89d3231ea5db2e13e3c4870035e43464e6738 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():