Created
December 26, 2010 00:23
-
-
Save jed/755123 to your computer and use it in GitHub Desktop.
error in flickrtouchr when trying to download a picture with a slash in the title
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "flickrtouchr/flickrtouchr.py", line 368, in <module> | |
inodes[photoid] = getphoto(imgurl, target) | |
File "flickrtouchr/flickrtouchr.py", line 170, in getphoto | |
fh = open(filename, "w") | |
IOError: [Errno 2] No such file or directory: u"japan '09/20091002220101-3975078266_o-vanilla ice cream w/ coffee @ sushi sen, nishi azabu.jpg" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ah, nice.
i'm going with this:
because os x will display colons as slashes.
thanks, paul!