push
push push
This commit is contained in:
@@ -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"))
|
||||
Reference in New Issue
Block a user