diff --git a/ovh/config.py b/ovh/config.py index 10b6347..4b798a9 100644 --- a/ovh/config.py +++ b/ovh/config.py @@ -114,7 +114,7 @@ def get(self, section, name): def read(self, config_file): # Read an other config file - self.config.read(config_file) + self.config.read(os.path.realpath(os.path.expanduser(config_file))) #: System wide instance :py:class:`ConfigurationManager` instance