diff options
Diffstat (limited to 'tools/binman/entry.py')
-rw-r--r-- | tools/binman/entry.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/entry.py b/tools/binman/entry.py index da77236a8a7..786c959911f 100644 --- a/tools/binman/entry.py +++ b/tools/binman/entry.py @@ -1101,11 +1101,11 @@ features to produce new behaviours. """ pass - def AddBintools(self, tools): + def AddBintools(self, btools): """Add the bintools used by this entry type Args: - tools (dict of Bintool): + btools (dict of Bintool): """ pass |