We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd558f9 + 283ead3 commit 6f758baCopy full SHA for 6f758ba
1 file changed
client/deis.py
@@ -538,8 +538,7 @@ def apps_destroy(self, args):
538
finally:
539
progress.cancel()
540
progress.join()
541
- if response.status_code in (requests.codes.no_content,
542
- requests.codes.not_found):
+ if response.status_code == requests.codes.no_content:
543
self._logger.info('done in {}s'.format(int(time.time() - before)))
544
try:
545
# If the requested app is a heroku app and the app
0 commit comments