Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Strojny <[email protected]>
  • Loading branch information
lstrojny committed Nov 24, 2023
1 parent e523b05 commit 09de64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zfs_zpool.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def zpool_status_parse(content: str) -> list[ZpoolStatus]:
replace(
config,
path=[
*(acc[-1].path[0 : config.indent - offset] if len(acc) > 0 else []),
*(acc[-1].path[0:config.indent - offset] if len(acc) > 0 else []),
config.name,
],
)
Expand Down

0 comments on commit 09de64a

Please sign in to comment.