diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2017-07-21 03:05:11 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-25 22:42:45 +0200 |
commit | 22978c7399ee7cd76dbb3d57cdc6f018a68c326c (patch) | |
tree | bb67c06fc8483e4453561baa645a82819e19d8d9 /package/tcpdump/tcpdump.hash | |
parent | 30f7fec0a8590604d4d481f0b8e9db826f2b8af7 (diff) | |
download | buildroot-22978c7399ee7cd76dbb3d57cdc6f018a68c326c.tar.gz buildroot-22978c7399ee7cd76dbb3d57cdc6f018a68c326c.zip |
genrandconfig: replace kwargs with explicit arguments
kwargs is a left-over from the use of docopt, it's better to use
argparse's Namespace object directly.
In addition, most functions use just one or two fields of args, so
these can just as well be passed directly as arguments to the function.
Particularly for outputdir it doesn't make sense to reconstruct it all
the time.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tcpdump/tcpdump.hash')
0 files changed, 0 insertions, 0 deletions