summaryrefslogtreecommitdiff
path: root/pygments/formatters/html.py
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2014-05-15 17:00:11 -0700
committerTim Hatch <tim@timhatch.com>2014-05-15 17:00:11 -0700
commit860bff820e92283aaee4bac1e09a7becfc9f61e8 (patch)
tree652c0bbca42a3dcdf5294505adfef2da944a22d7 /pygments/formatters/html.py
parent9daec978bb255a76890cfa7c977b504a0e4fe4a4 (diff)
parent919938e38d438dbcba6ed64423fd8f7375a0f59e (diff)
downloadpygments-860bff820e92283aaee4bac1e09a7becfc9f61e8.tar.gz
Merged in andyli/pygments-main (pull request #354)
Haxe fixes
Diffstat (limited to 'pygments/formatters/html.py')
-rw-r--r--pygments/formatters/html.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pygments/formatters/html.py b/pygments/formatters/html.py
index 3bc60e8a..970e595b 100644
--- a/pygments/formatters/html.py
+++ b/pygments/formatters/html.py
@@ -523,7 +523,8 @@ class HtmlFormatter(Formatter):
self.cssfile)
except AttributeError:
print('Note: Cannot determine output file name, ' \
- 'using current directory as base for the CSS file name', file=sys.stderr)
+ 'using current directory as base for the CSS file name',
+ file=sys.stderr)
cssfilename = self.cssfile
# write CSS file only if noclobber_cssfile isn't given as an option.
try: