提交 5b0a8bc9 编写于 作者: K Kentaro Wada

Remove checking output of pyrcc4

上级 f5dfe1aa
......@@ -19,7 +19,7 @@ class LabelmeBuildPyCommand(BuildPyCommand):
cmd = 'pyrcc4 -o {1} {0}'.format(src, dst)
print('converting {0} -> {1}'.format(src, dst))
this_dir = osp.dirname(osp.abspath(__file__))
subprocess.check_call(shlex.split(cmd), cwd=this_dir)
subprocess.call(shlex.split(cmd), cwd=this_dir)
try:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册