Skip to content

Commit c5de935

Browse files
author
Gabriel Monroy
committed
resolve merge conflict on client
1 parent 914bb99 commit c5de935

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def formations_destroy(self, args):
578578
sys.stdout.write('Destroying {}... '.format(formation))
579579
sys.stdout.flush()
580580
response = self._dispatch('delete', '/api/formations/{}'.format(formation))
581-
if response.status_code in (requests.codes.no_content,
581+
if response.status_code in (requests.codes.no_content, # @UndefinedVariable
582582
requests.codes.not_found): # @UndefinedVariable
583583
print('done')
584584
try:

0 commit comments

Comments
 (0)