this should not make any difference. >>> size = 0 >>> '%s' %size '0'
the problem is that the behaviour is not right to me. if i dont specify a size the original (up to a max of 1600px) should be returned and not a resized version. another non logic thing is that passing 0 returns a not resized image. not really straight forward. On Dec 9, 2011, at 4:05 PM, Kyle Finley wrote: > Could you pass 0 as a string? > > url = get_serving_url(key, size="0") > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/CQ1IcMtqWvkJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
