push push
This commit is contained in:
Ali
2024-12-10 22:37:46 +01:00
parent 4a4533d5b5
commit f470aab9b8
3 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -21,11 +21,14 @@ def retrieve_file_contents(path):
contents.append({
"type": file[0],
"path": file[1],
"filename": file[2],
"content": content
})
return contents
contents = retrieve_file_contents("C:\\SoftwareEng")
contents = retrieve_file_contents("C:\\Users\\afist\\Downloads\\SoftwareEng")
print(json.dumps(contents, indent="\t"))