Bug when storing thread in dict 28/15528/1
authorReinaldo Penno <[email protected]>
Fri, 20 Feb 2015 08:39:32 +0000 (00:39 -0800)
committerReinaldo Penno <[email protected]>
Fri, 20 Feb 2015 08:39:32 +0000 (00:39 -0800)
commitd4cdeca27ff688c9a427f94dc5c58fd3b17efe9e
tree844e5a6db5b42e0e6c745e62fd1b4128d3e68177
parent8bfbe48bcd8c6ef690723f57a74ae249781fc446
Bug when storing thread in dict

- First level dict needs to be assigned empty before
  second level can be assigned otherwise you get
  a keyError exception

Change-Id: I95dc963b65647cce60456454481cef2d6da329a9
Signed-off-by: Reinaldo Penno <[email protected]>
sfc-py/common/launcher.py