Browse Source

removed print in recursive call

event_class
Raphael Roberts 7 years ago
parent
commit
7989014be8
  1. 1
      gapi/drive_api.py

1
gapi/drive_api.py

@ -27,7 +27,6 @@ class drive_api(API):
self.filesystem['/'][0] = root_meta
def __inner_path_func__(self,path,parent):
print(path)
if len(path) > 1:
n = path.pop()
try:

Loading…
Cancel
Save