faisalraja / flickrsmartsync

Sync your photos to flickr
121 stars 49 forks source link

Monitor option not uploading #33

Closed skpenpen closed 9 years ago

skpenpen commented 9 years ago

Its says : Uploading [Copie de IMG_20140829_123842_64.jpg] to set [F:\test\test] But in reality its not uploading anything

skpenpen commented 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