# HG changeset patch # User Andrey Skvortsov # Date 1538228905 -10800 # Node ID a9a6dbc506e9c6d7fd3008e5194fda0039ecfd40 # Parent 0ae721a7965490b40899fa3038894608c5e52a5b clean etherlab: pylint, W0104 # (pointless-statement) Statement seems to have no effect diff -r 0ae721a79654 -r a9a6dbc506e9 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