Skip to content

Commit

Permalink
except Exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Comma Device committed Nov 6, 2019
1 parent 37ce507 commit 512ab3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/debug_console.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
if claim:
panda.serial_write(port_number, ln)
time.sleep(0.01)
except:
except Exception:
print("panda disconnected!")
time.sleep(0.5);

0 comments on commit 512ab3f

Please sign in to comment.