Closed skpenpen closed 9 years ago
Found a solution to make it work : Line 66 :
- for r, dirs, files in os.walk(sync_path if not specific_path else os.path.dirname(specific_path)):
+ for r, dirs, files in os.walk(sync_path):
if specific_path and r != os.path.dirname(specific_path) :
continue
Its says : Uploading [Copie de IMG_20140829_123842_64.jpg] to set [F:\test\test] But in reality its not uploading anything