Use json to encode invalid values in configuration errors so that the user sees a proper repr of the value.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2015-10-30 16:50:31 -04:00
commit bf1552da79
8 changed files with 17 additions and 3 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
from __future__ import print_function
from __future__ import absolute_import
from __future__ import print_function
from __future__ import unicode_literals
import datetime