salimoha / googlecl

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

Cannot download files of different formats #256

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. google docs get --title '.*'

What is the expected output?
All files to be downloaded successfully.

What do you see instead?
Errors for all file formats except for one.

What version of the product are you using?
svn 376

On what operating system?
Arch Linux

What version of gdata-python-client (aka python-gdata)?
2.0.10

Please provide any additional information below.
This was a simple coding error:
 In googlecl/docs/base.py:
  Function get_docs:
   The entries are 'for eached' but the file format is not cleared after every loop, making the next entry be assumed to be the previous file format. This patch fixes this issue.

Original issue reported on code.google.com by mjbauer95 on 13 Aug 2010 at 5:23

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r377.

Original comment by tom.h.mi...@gmail.com on 13 Aug 2010 at 2:52