summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsumit2020-06-05 07:56:36 +0530
committersumit2020-06-05 07:56:36 +0530
commit7c300cf4adc7e7456f8c04e1a413318d2b421d3d (patch)
treedc5a4d9132878870193832bcef102037db131c48 /src
parent80ab599d62b5cdad8893bb91053ada843dd38da7 (diff)
parent37a4ded8e5b139a1cb150a8164bc5552e988a1c4 (diff)
downloadChemical-PFD-7c300cf4adc7e7456f8c04e1a413318d2b421d3d.tar.gz
Chemical-PFD-7c300cf4adc7e7456f8c04e1a413318d2b421d3d.tar.bz2
Chemical-PFD-7c300cf4adc7e7456f8c04e1a413318d2b421d3d.zip
Merge branch 'master' of https://github.com/Sumit-Sahu/Chemical-PFD
Diffstat (limited to 'src')
-rw-r--r--src/main/python/shapes/shapes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/python/shapes/shapes.py b/src/main/python/shapes/shapes.py
index 691a359..47d9a52 100644
--- a/src/main/python/shapes/shapes.py
+++ b/src/main/python/shapes/shapes.py
@@ -287,7 +287,7 @@ class NodeItem(QGraphicsSvgItem):
def __init__(self, unitOperationType, parent=None):
QGraphicsSvgItem.__init__(self, parent)
self.m_type = unitOperationType
- self.id =None
+ self.id = None
# self.m_renderer = QSvgRenderer("svg/" + unitOperationType + ".svg")
# self.m_renderer = QSvgRenderer(fileImporter(f'svg/{unitOperationType}.svg'))
self.m_renderer = QSvgRenderer(fileImporter(f'svg/ellipse.svg'))