未验证 提交 7a37c723 编写于 作者: H Haris Iqbal 提交者: GitHub

Merge pull request #45 from Lotayou/master

Fixing os.path.join '\' issue for Windows compatibility
......@@ -2,7 +2,7 @@
import os
def to_head( projectpath ):
pathlayers = os.path.join( projectpath, 'layers/' )
pathlayers = os.path.join( projectpath, 'layers/' ).replace('\\', '/')
return r"""
\documentclass[border=8pt, multi, tikz]{standalone}
\usepackage{import}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册