compose/compose/config
Mazz Mosley f4cd5b1d45 Handle windows volume paths
When a relative path is expanded and we're on a windows platform,
it expands to include the drive, eg C:\ , which was causing a ConfigError
as we split on ":" in parse_volume_spec and that was giving too many parts.

Use os.path.splitdrive instead of manually calculating the drive.

This should help us deal with windows drives as part of the volume
path better than us doing it manually.

Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
2015-10-01 16:06:57 +01:00
..
__init__.py Run pre-commit on all files 2015-08-24 17:04:50 -04:00
config.py Handle windows volume paths 2015-10-01 16:06:57 +01:00
errors.py Split out compose.config.errors 2015-08-05 15:50:22 +01:00
fields_schema.json Merge pull request #1995 from predakanga/master 2015-09-17 17:14:44 +01:00
interpolation.py Run pre-commit on all files 2015-08-24 17:04:50 -04:00
service_schema.json Split validation into fields and service 2015-09-02 15:42:38 +01:00
validation.py Ensure RefResolver works across operating systems 2015-09-18 17:51:26 +01:00