Merge pull request #5 from mariusvw/hotfix/indent_correction

Indent corrections and minor corrections for readability
This commit is contained in:
DatuX 2017-07-07 14:47:38 +02:00 committed by GitHub
commit 149e00a28b

View File

@ -490,8 +490,10 @@ for source_filesystem in source_filesystems:
for send_snapshot in send_snapshots:
zfs_transfer(
ssh_source=args.ssh_source, source_filesystem=source_filesystem, first_snapshot=latest_target_snapshot, second_snapshot=send_snapshot,
ssh_target=args.ssh_target, target_filesystem=target_filesystem)
ssh_source=args.ssh_source, source_filesystem=source_filesystem,
first_snapshot=latest_target_snapshot, second_snapshot=send_snapshot,
ssh_target=args.ssh_target, target_filesystem=target_filesystem
)
#now that we succesfully transferred this snapshot, the previous snapshot is obsolete:
if latest_target_snapshot: