Implement direct str for Hierarchy object

This commit is contained in:
Eric Torres 2019-04-17 10:02:29 -07:00
parent 2393511b11
commit 920ad8b68f

View File

@ -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)