From 920ad8b68fa8a505b5c23f7cd0c1c952cfc6d775 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 17 Apr 2019 10:02:29 -0700 Subject: [PATCH] Implement direct str for Hierarchy object --- bin/backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/backup b/bin/backup index 3091549..cb1c41b 100644 --- a/bin/backup +++ b/bin/backup @@ -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)