We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8879d7f commit 736b697Copy full SHA for 736b697
pdfkit/pdfkit.py
@@ -180,7 +180,7 @@ def to_pdf(self, path=None):
180
except (IOError, OSError) as e:
181
raise IOError('Command failed: %s\n'
182
'Check whhtmltopdf output without \'quiet\' option\n'
183
- '%s ' %(' '.join(args)),e)
+ '%s ' % (' '.join(args), e))
184
185
def _normalize_options(self, options):
186
""" Generator of 2-tuples (option-key, option-value).
0 commit comments