Add tests for providers and update install script
This commit is contained in:
parent
0c05958739
commit
20da91d879
7 changed files with 64 additions and 10 deletions
|
@ -111,5 +111,5 @@ class FileConfigProvider(BaseProvider):
|
|||
|
||||
return False
|
||||
|
||||
def get_volume_path(self, directory, file):
|
||||
return os.path.join(directory, file)
|
||||
def get_volume_path(self, directory, filename):
|
||||
return os.path.join(directory, filename)
|
||||
|
|
Reference in a new issue