targets/toolchain_makefile.py
changeset 1747 6046ffa2280f
parent 1742 92932cd370a4
child 1758 845ca626db09
--- a/targets/toolchain_makefile.py	Wed Aug 16 12:03:46 2017 +0300
+++ b/targets/toolchain_makefile.py	Wed Aug 16 12:21:05 2017 +0300
@@ -115,7 +115,7 @@
             # clean sequence of multiple whitespaces
             cmd = re.sub(r"[ ]+", " ", target.getCommand().strip())
 
-            command = [ token % beremizcommand for token in cmd.split(' ')]
+            command = [token % beremizcommand for token in cmd.split(' ')]
 
             # Call Makefile to build PLC code and link it with target specific code
             status, result, err_result = ProcessLogger(self.CTRInstance.logger,