migscabral / gdatacopier

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

WRONG FORMAT: give better error message #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download PDF using gcp

What is the expected output? What do you see instead?
(as long as PDF is not supported): an error message that tells me which 
document is the cause. 
Something like

        if export_extension == None:
            print "%-30s -d-> %-40s WRONG FORMAT" % 
(entry.resourceId.text[0:30],entry.title.text[0:40])
            continue

What version of the product are you using? On what operating system?
2.0beta2 on Snow Leopard

Please provide any additional information below.

Original issue reported on code.google.com by gerd.cas...@googlemail.com on 22 Sep 2009 at 4:18

GoogleCodeExporter commented 9 years ago
Incorporated into code in Subversion

Original comment by devraj on 23 Sep 2009 at 10:02