]> Git Repo - u-boot.git/commit
tools: buildman: Remove useless mkdir() in Make() in test.py
authorBin Meng <[email protected]>
Mon, 28 Oct 2019 14:25:00 +0000 (07:25 -0700)
committerTom Rini <[email protected]>
Tue, 29 Oct 2019 20:17:39 +0000 (16:17 -0400)
commit578b6372030f670151f109f00a87c0b9b281c998
tree0636342606ef3c0f4945c84024a8530b60bf74e1
parentbc750bca1246de09ca653141c1add7e10c04a37c
tools: buildman: Remove useless mkdir() in Make() in test.py

In the 'Make' function, the codes tries to create a directory
if current stage is 'build'. But the directory isn't used at
all anywhere.

Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
tools/buildman/test.py
This page took 0.034697 seconds and 4 git commands to generate.