1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +00:00
This commit is contained in:
zxj96
2019-03-12 14:53:36 +08:00
committed by Daniel Pan
parent 735bdfc9f3
commit 032e1ff166

View File

@@ -55,6 +55,7 @@ def get_tagged_files(repo, repo_tag_id):
tagged_files["tagged_files"].append(tagged_file)
continue
tagged_file["file_tag_id"] = file_tag_id
tagged_file["parent_path"] = parent_path
tagged_file["filename"] = filename
tagged_file["size"] = file_obj.size