etherlab/runtime_etherlab.py
changeset 2407 5f2b1bb464a0
parent 2405 af050469fc5c
child 2422 45aa510d7a2a
--- a/etherlab/runtime_etherlab.py	Sat Sep 29 18:59:41 2018 +0300
+++ b/etherlab/runtime_etherlab.py	Sat Sep 29 19:10:43 2018 +0300
@@ -95,8 +95,8 @@
         if log:
             last = log.rpartition('\n')[2]
             for lvl, msg in re.findall(
-                            r'<(\d)>\[\s*\d*\.\d*\]\s*(EtherCAT\s*.*)$',
-                            log, re.MULTILINE):
+                    r'<(\d)>\[\s*\d*\.\d*\]\s*(EtherCAT\s*.*)$',
+                    log, re.MULTILINE):
                 PLCObject.LogMessage(
                     LogLevelsDict[{
                         "4": "WARNING",