Add docstring for get_volume_backup_destination

This commit is contained in:
Jannik 2020-05-26 14:54:36 +02:00
parent 18ddb173ac
commit f7958d7db9
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ class Container:
return volumes
def get_volume_backup_destination(self, mount, source_prefix) -> str:
"""Get the destination path for backups of the given mount"""
destination = Path(source_prefix)
if utils.is_true(config.include_project_name):