Missed one line with indenting

This commit is contained in:
Marius van Witzenburg
2017-07-14 16:39:15 +02:00
parent a047b693a7
commit 9d7734c238

View File

@ -186,7 +186,7 @@ def zfs_get_snapshots(ssh_to, filesystems, backup_name):
ret[filesystem]=[] ret[filesystem]=[]
ret[filesystem].extend(test_snapshots[ssh_to][filesystem]) ret[filesystem].extend(test_snapshots[ssh_to][filesystem])
return(ret) return(ret)