buildman: Fix up a few code inconsistencies in toolchain.py
authorSimon Glass <sjg@chromium.org>
Mon, 7 Mar 2016 02:45:35 +0000 (19:45 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 14 Mar 2016 21:34:50 +0000 (15:34 -0600)
commitad24ebace118f4145b1a3f782ddf9b9ce5f8dcf3
treeb8d51aaba05ac6839de43a8fb5304d69c66a6dc0
parent2bdeade0eac66e7b12db847ffbbcbe2e63a17fd4
buildman: Fix up a few code inconsistencies in toolchain.py

Normally we use a single quote for strings unless there is a reason not to
(such as an embedded single quote). Fix a few counter-examples in this file.
Also add a missing function-argument comment.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
tools/buildman/toolchain.py