Fix Pool dir_path normalization

This commit is contained in:
Bahtiar `kalkin-` Gadimov 2016-03-21 12:22:01 +01:00
parent 36470310a2
commit 22d73e8fa9

View File

@ -357,7 +357,7 @@ class Pool(object):
assert dir_path is not None
self.vm = vm
self.dir_path = dir_path
self.dir_path = os.path.normpath(dir_path)
self.create_dir_if_not_exists(self.dir_path)