Skip to content

Commit b87e85c

Browse files
committed
Merge branch 'master' into test-fixes
2 parents 7c15a19 + 66da89d commit b87e85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __init__(self, fig):
5252
\\pgfplotsset{compat=newest}
5353
\\begin{document}
5454
\\input{%s}
55-
\\end{document}''' % tikz_file
55+
\\end{document}''' % tikz_file.replace('\\', '/')
5656
tex_file = tmp_base + '.tex'
5757
with open(tex_file, 'w') as f:
5858
f.write(wrapper)

0 commit comments

Comments
 (0)