update errno 103 catch #86

Merged
bmartin5692 merged 1 commit from fix-85 into master 2020-01-02 05:25:56 +01:00
bmartin5692 commented 2020-01-02 05:24:11 +01:00 (Migrated from github.com)

Update errno103 catch to work if the error message sent is in a different format.

  • Should work for Ozmo601 and Ozmo930 now - possibly others as well.

Fix #85

Update errno103 catch to work if the error message sent is in a different format. - Should work for Ozmo601 and Ozmo930 now - possibly others as well. Fix #85
codecov[bot] commented 2020-01-02 05:25:24 +01:00 (Migrated from github.com)

Codecov Report

Merging #86 into master will decrease coverage by 0.14%.
The diff coverage is 9.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #86      +/-   ##
==========================================
- Coverage   90.26%   90.11%   -0.15%     
==========================================
  Files          13       13              
  Lines        2999     3005       +6     
==========================================
+ Hits         2707     2708       +1     
- Misses        292      297       +5
Impacted Files Coverage Δ
bumper/xmppserver.py 76.79% <9.09%> (-0.85%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0562449...cce9d6f. Read the comment docs.

# [Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/86?src=pr&el=h1) Report > Merging [#86](https://codecov.io/gh/bmartin5692/bumper/pull/86?src=pr&el=desc) into [master](https://codecov.io/gh/bmartin5692/bumper/commit/05624492e9553c234d45aea7f70ced7f63cc1657?src=pr&el=desc) will **decrease** coverage by `0.14%`. > The diff coverage is `9.09%`. [![Impacted file tree graph](https://codecov.io/gh/bmartin5692/bumper/pull/86/graphs/tree.svg?width=650&token=Ody2IThbOc&height=150&src=pr)](https://codecov.io/gh/bmartin5692/bumper/pull/86?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #86 +/- ## ========================================== - Coverage 90.26% 90.11% -0.15% ========================================== Files 13 13 Lines 2999 3005 +6 ========================================== + Hits 2707 2708 +1 - Misses 292 297 +5 ``` | [Impacted Files](https://codecov.io/gh/bmartin5692/bumper/pull/86?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [bumper/xmppserver.py](https://codecov.io/gh/bmartin5692/bumper/pull/86/diff?src=pr&el=tree#diff-YnVtcGVyL3htcHBzZXJ2ZXIucHk=) | `76.79% <9.09%> (-0.85%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/86?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/86?src=pr&el=footer). Last update [0562449...cce9d6f](https://codecov.io/gh/bmartin5692/bumper/pull/86?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
Sign in to join this conversation.
No description provided.