beremiz
Clone
Summary
Browse
Changes
Graph
clean etherlab: pylint, W0104 # (pointless-statement) Statement seems to have no effect
2018-09-29, Andrey Skvortsov
a9a6dbc506e9
Parents
0ae721a79654
Children
7afecc27db95
clean etherlab: pylint, W0104 # (pointless-statement) Statement seems to have no effect
1 files changed, 0 insertions(+), 1 deletions(-)
+0
-1
etherlab/EthercatMaster.py
--- a/etherlab/EthercatMaster.py Sat Sep 29 16:46:41 2018 +0300
+++ b/etherlab/EthercatMaster.py Sat Sep 29 16:48:25 2018 +0300
@@ -587,7 +587,6 @@
entry["children"] = []
if slave_pos is not None:
entry["Position"] = str(slave_pos)
- entry
if index != current_index:
current_index = index
current_entry = entry