richq / folders2flickr

Upload files to flickr
Other
102 stars 38 forks source link

Add check for null sets. #54

Closed TZdyrski closed 7 years ago

TZdyrski commented 8 years ago

Prevent tags2set from attempting to create an empty set. Previously, it would attempt to create a set based on the image's directory. If that directory were the top-level directory (as specified in the ini), string sanitization would remove the / and attempt to create an empty set ''. This would throw an error.

Now, if an empty set is detected, _creatSet simply returns.

richq commented 7 years ago

Looked good to me, so merged. Thanks!