Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
fixes #13
Browse files Browse the repository at this point in the history
  • Loading branch information
lepmik committed Sep 27, 2017
1 parent 2ad918f commit 4fc7ce1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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']:
Expand Down

0 comments on commit 4fc7ce1

Please sign in to comment.