Merge pull request #2276 from pypeclub/bugfix/sftp_provider_wrong_key

Fix - missed wrong key for sftp provider
This commit is contained in:
Petr Kalis 2021-11-19 14:01:16 +01:00 committed by GitHub
commit 67101dd74e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -192,7 +192,7 @@ class SFTPHandler(AbstractProvider):
Format is importing for usage of python's format ** approach
"""
# roots cannot be locally overridden
return self.presets['roots']
return self.presets['root']
def get_tree(self):
"""