LPCtarget/toolchain_makefile.py
changeset 53 d92a0c3040a4
parent 1 4f6d393cb36e
--- a/LPCtarget/toolchain_makefile.py	Wed Jul 03 11:28:12 2013 +0200
+++ b/LPCtarget/toolchain_makefile.py	Wed Sep 25 19:04:38 2013 +0200
@@ -88,7 +88,7 @@
                               "md5": '"'+self.md5key+'"'
                              }
             
-            target = self.CTRInstance.GetTarget().getcontent()["value"]
+            target = self.CTRInstance.GetTarget().getcontent()
             command = target.getCommand().split(' ') +\
                       [target.getBuildPath()] +\
                       [arg % beremizcommand for arg in target.getArguments().split(' ')] +\