pombreda / rst2pdf

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

Error logged on line 1118 in createpdf.py #428

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Run "rst2pdf bla.rst" on a Windows machine (but it also appears on Linux)

What is the expected output? What do you see instead?

When running rst2pdf on a document, I always see this error in the output:

[ERROR] createpdf.py:1118 Page 1 [1]

Line 1118 in function afterDrawPage in createpdf.py looks like this:

log.error('Page %s [%s]'%(_counter,doc.page))

I think there is no need to log this error, for nothing went wrong. The 
document is generated successfully. I propose to remove the log line.

Please answer the following questions, they are *very* important:

* Version of rst2pdf?
0.16

* Version of reportlab?
2.5

* Are you using wordaxe, and if true, what version?
no

* Are you using rst2pdf with Sphinx, and if true, what version?
no

Please provide any additional information below.

Original issue reported on code.google.com by pieceofc...@gmail.com on 8 Dec 2011 at 12:05

Attachments:

GoogleCodeExporter commented 9 years ago
Issue 435 has been merged into this issue.

Original comment by roberto.alsina on 3 Mar 2012 at 7:52

GoogleCodeExporter commented 9 years ago
Fixed in revision 2445

Original comment by roberto.alsina on 3 Mar 2012 at 8:04