Skip to content
Snippets Groups Projects
Commit 7d0f1e95 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

ade: Fix usage of undefined variable


`flake8` did report a typo:

    tools/ade:217:23: F821 undefined name 'user'

As far as I can tell nothing ever tries to stringify the `Device`
object, so that's probably dead code and that's why we never noticed.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 6c3377cd
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment