Fix whitespace

git-svn-id: https://wikiteam.googlecode.com/svn/trunk@844 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
pull/117/head
nemobis 11 years ago
parent 57e226c049
commit e1b34b7f6b

@ -561,9 +561,9 @@ def getImageFilenamesURL(config={}):
offset = ''
if (len(images) == 1):
print ' Found 1 image'
else:
print ' Found %d images' % (len(images))
print ' Found 1 image'
else:
print ' Found %d images' % (len(images))
images.sort()
return images

Loading…
Cancel
Save