Implement direct str for Hierarchy object
This commit is contained in:
parent
2393511b11
commit
920ad8b68f
@ -156,7 +156,7 @@ if __name__ == "__main__":
|
||||
f"--exclude-from={exclude_file}",
|
||||
*link_dests,
|
||||
"/",
|
||||
str(curr_snapshot.path),
|
||||
str(curr_snapshot),
|
||||
)
|
||||
except ValueError as e:
|
||||
syslog.critical(e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user