mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
utils/genrandconfig: fix flake8 warnings
Fixes: utils/genrandconfig:369:17: E231 missing whitespace after ',' utils/genrandconfig:370:1: E101 indentation contains mixed spaces and tabs utils/genrandconfig:370:1: W191 indentation contains tabs utils/genrandconfig:372:1: E101 indentation contains mixed spaces and tabs Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
4073f2ae0e
commit
e6a10b0284
@ -366,7 +366,7 @@ def gen_config(args):
|
|||||||
configlines.append("BR2_STATIC_LIBS=y\n")
|
configlines.append("BR2_STATIC_LIBS=y\n")
|
||||||
if randint(0, 20) == 0:
|
if randint(0, 20) == 0:
|
||||||
configlines.append("BR2_PACKAGE_PYTHON_PY_ONLY=y\n")
|
configlines.append("BR2_PACKAGE_PYTHON_PY_ONLY=y\n")
|
||||||
if randint(0,5) == 0:
|
if randint(0, 5) == 0:
|
||||||
configlines.append("BR2_OPTIMIZE_2=y\n")
|
configlines.append("BR2_OPTIMIZE_2=y\n")
|
||||||
|
|
||||||
# Write out the configuration file
|
# Write out the configuration file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user