Skip to content

Commit

Permalink
Fix missing :
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsignalperson committed Jun 13, 2022
1 parent 8328d83 commit f7d359a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zfs_autobackup/ZfsNode.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def consistent_snapshot(self, datasets, snapshot_name, min_changed_bytes, pre_sn
# create consistent snapshot per pool
for (pool_name, snapshots) in pools.items():
cmd = ["zfs", "snapshot"]
for snapshot_property in set_snapshot_properties
for snapshot_property in set_snapshot_properties:
cmd += ['-o', snapshot_property]

cmd.extend(map(lambda snapshot_: str(snapshot_), snapshots))
Expand Down

0 comments on commit f7d359a

Please sign in to comment.