Missed one line with indenting
This commit is contained in:
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user