pkolarov / folders2flickr

Automatically exported from code.google.com/p/folders2flickr
7 stars 2 forks source link

Sets are not being created #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Upload photos

What is the expected output? What do you see instead?

Traceback (most recent call last):
  File "C:\Folders2Flickr\uploadr.py", line 457, in <module>
    tags2set.createSets( HISTORY_FILE)
  File "C:\Folders2Flickr\tags2set.py", line 78, in createSets
    logging.debug( "Creating set %s with %d pictures" % setName, len(photoSet) )

TypeError: not enough arguments for format string

What version of the product are you using? On what operating system?
Python 2.7

Please provide any additional information below.

Original issue reported on code.google.com by lim...@gmail.com on 15 Jul 2010 at 10:40

GoogleCodeExporter commented 9 years ago
Fixed in v. 0.6

Original comment by pkola...@gmail.com on 21 Jul 2010 at 11:52