Skip to content
Snippets Groups Projects
  • Julian Oes's avatar
    7be05396
    px_uploader.py: check for pyserial · 7be05396
    Julian Oes authored
    If we dont explicitly check for pyserial, we can have the case where the
    import works but the Serial object creation fails. However, we don't see
    this because we have this huge try/catch block which swallows
    everything.
    7be05396
    History
    px_uploader.py: check for pyserial
    Julian Oes authored
    If we dont explicitly check for pyserial, we can have the case where the
    import works but the Serial object creation fails. However, we don't see
    this because we have this huge try/catch block which swallows
    everything.
px_uploader.py 36.68 KiB