diff --git a/expipe-plugin-cinpla/expipe_plugin_cinpla/cli_environment.py b/expipe-plugin-cinpla/expipe_plugin_cinpla/cli_environment.py index b7018eb..65d65df 100644 --- a/expipe-plugin-cinpla/expipe_plugin_cinpla/cli_environment.py +++ b/expipe-plugin-cinpla/expipe_plugin_cinpla/cli_environment.py @@ -82,7 +82,7 @@ def remove(project_id): raise FileExistsError('No settings file found.') if project_id in current_settings: delete = query_yes_no('Are you sure you want to completely remove' + - ' ' + current_settings[project_id]) + ' ' + project_id) if delete: del(current_settings[project_id]) if project_id == current_settings['current']['project_id']: