amleszk / appdailysales

Automatically exported from code.google.com/p/appdailysales
0 stars 0 forks source link

Quick download directory enhancement #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
You might want to replace this line (line 287 of v 1.7):

filename = options.outputDirectory + filename

with this line:

filename = os.path.join(options.outputDirectory, filename)

That way, the script won't break if the user specified a directory without
a trailing slash.

This is a great script!  Thanks for the good work.

Original issue reported on code.google.com by keith.si...@gmail.com on 12 Jan 2009 at 10:50

GoogleCodeExporter commented 8 years ago
Thanks! I'll add it to the trunk within the next couple of days.

Original comment by ki...@thecave.com on 13 Jan 2009 at 1:33

GoogleCodeExporter commented 8 years ago
Thought I wouldn't get to this today, but I did. Patch is in trunk and new 
version
1.8 is posted.

Original comment by ki...@thecave.com on 13 Jan 2009 at 3:49