Skip to content

Commit

Permalink
fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Jan 9, 2018
1 parent 114b0f9 commit e148063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os_vm_expire/cmd/cleaner.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def delete_vm(instance_id, project_id, token):
LOG.error('Failed to delete instance ' + str(instance_id))
return False
else:
LOG.info('DELETE:' + str(instance_id) + ':' +str(project_id))
LOG.info('DELETE:' + str(instance_id) + ':' + str(project_id))
return True


Expand Down

0 comments on commit e148063

Please sign in to comment.