etherlab/runtime_etherlab.py
Wed, 03 Oct 2018 12:07:56 +0300 Andrey Skvortsov cleanup etherlab: pylint, W0602 (global-variable-not-assigned) Using global for 'X' but no assignment is done
Sat, 29 Sep 2018 19:10:43 +0300 Andrey Skvortsov clean etherlab: pylint, C0330 # (bad-continuation) Wrong hanging indentation before block
Sat, 29 Sep 2018 17:52:33 +0300 Andrey Skvortsov clean etherlab: pylint, W1618 # (no-absolute-import) import missing `from __future__ import absolute_import`
Sat, 29 Sep 2018 17:39:21 +0300 Andrey Skvortsov clean etherlab: pylint,E0602 # (undefined-variable) Undefined variable 'X'
Sat, 29 Sep 2018 16:57:25 +0300 Andrey Skvortsov clean etherlab: pylint, E0611 # (no-name-in-module) No name 'X' in module 'Y'
Sat, 29 Sep 2018 16:39:25 +0300 Andrey Skvortsov clean etherlab: pylint, W0611 # (unused-import) Unused import X
Sat, 29 Sep 2018 16:17:04 +0300 Andrey Skvortsov clean etherlab: pylint, W0404 # reimported module
Sat, 29 Sep 2018 13:29:20 +0300 Andrey Skvortsov clean etherlab: pep8, E203 whitespace before ','
Sat, 29 Sep 2018 12:54:42 +0300 Andrey Skvortsov clean etherlab: pep8, E741 ambiguous variable name 'l'
Fri, 28 Sep 2018 19:30:16 +0300 Andrey Skvortsov cleanup etherlab: pep8, E305 expected 2 blank lines after class or function definition, found X
Fri, 28 Sep 2018 19:16:12 +0300 Andrey Skvortsov cleanup etherlab: pep8, E251 unexpected spaces around keyword / parameter equals
Fri, 28 Sep 2018 19:12:26 +0300 Andrey Skvortsov cleanup etherlab: pep8, E225 missing whitespace around operator
Fri, 28 Sep 2018 19:02:49 +0300 Andrey Skvortsov cleanup etherlab: pep8, E231 missing whitespace after ','
Fri, 28 Sep 2018 18:04:28 +0300 Andrey Skvortsov cleanup etherlab: pep8, E302 expected 2 blank lines, found 1
Fri, 28 Sep 2018 17:59:28 +0300 Andrey Skvortsov cleanup etherlab: pep8, E228 missing whitespace around modulo operator
Fri, 28 Sep 2018 17:52:30 +0300 Andrey Skvortsov cleanup etherlab: pep8, E401 multiple imports on one line
Fri, 28 Sep 2018 17:20:11 +0300 Andrey Skvortsov cleanup etherlab: pep8, W291 trailing whitespace
Fri, 28 Sep 2018 17:14:42 +0300 Andrey Skvortsov cleanup etherlab: pep8, E722 do not use bare except
Mon, 22 Apr 2013 23:54:22 +0200 Laurent Bessard Added support for stopping SDOThreadProc when stopping PLC
Fri, 05 Apr 2013 16:49:41 +0900 Edouard Tisserant Better logging, saffer failure at init (allows restart)
Fri, 05 Apr 2013 11:55:09 +0900 Edouard Tisserant Added error logging when SDO FB fails
Thu, 04 Apr 2013 17:50:43 +0900 Edouard Tisserant Added logging based on collecting Kernel logs
Thu, 25 Oct 2012 19:55:02 +0200 Laurent Bessard Adding block library for SDO download and SDO upload