Commit 3e367f3
Matthew Fisher
fix(client): remove check for error message
This check was originally used for API/client version mismatches, but
breaks when the response is not as to be expected. The client response
works, anyways:
><> deis apps
405 METHOD NOT ALLOWED
{u'error': u'Client and server versions do not match.\nClient version: 0.10\nServer version: 0.11'}1 parent 754e016 commit 3e367f3
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | 380 | | |
385 | 381 | | |
386 | 382 | | |
| |||
0 commit comments