@ -36,13 +36,13 @@ class drive_api(API):
self.fill_in(parent)
parent = parent[sub]
end = path[-1]
for _try in range(2):
try:
return parent[end]
except KeyError:
if _try == 0:
else:
raise FileNotFoundError()
# finds all files and folders from a parent