projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c39c90
)
utils/getdeveloperlib.py: fix flake8 warnings
author
Victor Huesca
<victor.huesca@bootlin.com>
Mon, 5 Aug 2019 09:51:47 +0000
(11:51 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Mon, 5 Aug 2019 20:22:01 +0000
(22:22 +0200)
Fix a weird blank-line missing and 2 trailing blank-space.
Signed-off-by: Victor Huesca <victor.huesca@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
utils/getdeveloperlib.py
patch
|
blob
|
history
diff --git
a/utils/getdeveloperlib.py
b/utils/getdeveloperlib.py
index c18236b3a58db4512cde04997cd4aa6dd8cce71c..239ffa340b18f6ba669de2715c0b6735460fd8b9 100644
(file)
--- a/
utils/getdeveloperlib.py
+++ b/
utils/getdeveloperlib.py
@@
-79,9
+79,9
@@
def analyze_patches(patches):
return (allfiles, allinfras)
-#
+#
# Unit-test parsing functions
-#
+#
def get_all_test_cases(suite):
"""Generate all test-cases from a given test-suite.
@@
-108,6
+108,7
@@
def list_unittests(path):
unittests = {}
+
#
# DEVELOPERS file parsing functions
#