compose/tests
Thomas Grainger 20bf05a6e3 Fix TypeError in Exception handling
Traceback (most recent call last):
  File "/tmp/tmp.02tgGaAGtW/docker-compose/bin/docker-compose", line 11, in <module>
    sys.exit(main())
  File "/tmp/tmp.02tgGaAGtW/docker-compose/lib/python3.4/site-packages/compose/cli/main.py", line 68, in main
    log_api_error(e)
  File "/tmp/tmp.02tgGaAGtW/docker-compose/lib/python3.4/site-packages/compose/cli/main.py", line 89, in log_api_error
    if 'client is newer than server' in e.explanation:
TypeError: 'str' does not support the buffer interface

Signed-off-by: Thomas Grainger <tagrain@gmail.com>
2016-03-17 15:13:01 +00:00
..
acceptance Merge pull request #3075 from dnephin/reactive_logs 2016-03-16 21:03:25 +00:00
fixtures Add -w or --workdir to compose run to override workdir from commandline 2016-03-15 15:28:32 -04:00
integration Add flag to up/down to remove orphaned containers 2016-03-15 16:11:49 -07:00
unit Fix TypeError in Exception handling 2016-03-17 15:13:01 +00:00
__init__.py Update pre-commit config to enforace that future imports exist in all files. 2016-01-07 13:09:03 -05:00
helpers.py Extract helper methods for building config objects from dicts 2016-03-02 15:09:48 -08:00