source: use lazy string interpolation

Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com>
This commit is contained in:
Olivier Gayot 2022-03-30 11:00:50 +02:00
parent 57d5aef575
commit 595254159e
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class SourceView(BaseView):
focus_buttons=True))
def done(self, result):
log.debug("User input: {}".format(result.as_data()))
log.debug("User input: %s", result.as_data())
search_drivers = result.as_data()["search_drivers"]
for k, v in result.as_data().items():
if k == "search_drivers":