提交 7d29a27d 编写于 作者: K Kentaro Wada

Fix for flake8

上级 f92793be
......@@ -911,9 +911,9 @@ class MainWindow(QtWidgets.QMainWindow, WindowMixin):
return dict(
label=s.label.encode('utf-8') if PY2 else s.label,
line_color=s.line_color.getRgb()
if s.line_color != self.lineColor else None,
if s.line_color != self.lineColor else None,
fill_color=s.fill_color.getRgb()
if s.fill_color != self.fillColor else None,
if s.fill_color != self.fillColor else None,
points=[(p.x(), p.y()) for p in s.points],
shape_type=s.shape_type,
)
......
import base64
import json
import os.path
import sys
from . import logger
from . import PY2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册