fix linter

master
Adeeb Shihadeh 2020-07-30 14:36:39 -07:00
parent 8bdacca123
commit b88f96e72a
1 changed files with 1 additions and 1 deletions

View File

@ -77,5 +77,5 @@ if __name__ == "__main__":
loops += 1
print(f"Completed {loops} loops")
except:
except Exception:
print("Test failed somehow. Did you power the black panda using the GMLAN harness?")