Log Message: |
Correctly handle a situation of an unresolved SQLite dependency in
our gen_win_dependencies.py script, instead of printing a stacktrace
(TypeError: not all arguments converted during string formatting).
* build/generator/gen_win_dependencies.py
(_find_sqlite): The error message does not have any '%s' placeholders,
so there is no need to pass the self.sqlite_path format argument.
|