mirror of https://github.com/commaai/panda.git
fix linter
This commit is contained in:
parent
8bdacca123
commit
b88f96e72a
|
@ -77,5 +77,5 @@ if __name__ == "__main__":
|
||||||
|
|
||||||
loops += 1
|
loops += 1
|
||||||
print(f"Completed {loops} loops")
|
print(f"Completed {loops} loops")
|
||||||
except:
|
except Exception:
|
||||||
print("Test failed somehow. Did you power the black panda using the GMLAN harness?")
|
print("Test failed somehow. Did you power the black panda using the GMLAN harness?")
|
||||||
|
|
Loading…
Reference in New Issue