From dada5521272dd99ef4941dc39ebe932702d6f572 Mon Sep 17 00:00:00 2001 From: Ahmed Bilal Khalid Date: Sat, 14 Sep 2019 12:09:51 +0500 Subject: [PATCH] a --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index d0a6acf..dc526b5 100755 --- a/main.py +++ b/main.py @@ -71,7 +71,7 @@ for file in untracked_files: file_path = os.path.join(*file_path) # Create Entry - entry_key = os.path.join(FILE_PREFIX, file_id) + entry_key = os.path.join(FILE_PREFIX, str(file_id)) entry_value = { "filename": file_path, "owner": owner,