IoTtalk / iottalk-py

IoTtalk v2 Python SDK
MIT License
0 stars 6 forks source link

dai: print traceback for exception from on_data #33

Closed iblislin closed 4 years ago

iblislin commented 4 years ago

@Ming-Hsun 請幫我手動測試一下這個 PR, IDF/ODF function 裡面有 exception 的話,會不會被顯示

Ming-Hsun commented 4 years ago

是 96~102行的 function嗎?

iblislin commented 4 years ago

寫 SA 的 function,確認這個 patch 有把 SA function exception print 出來

Ming-Hsun commented 4 years ago

odf 的 exception 有 print 出來

iblislin commented 4 years ago

好 多謝

codecov[bot] commented 4 years ago

Codecov Report

Merging #33 into master will decrease coverage by 0.18%. The diff coverage is 16.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
- Coverage   38.77%   38.59%   -0.19%     
==========================================
  Files           6        6              
  Lines         508      513       +5     
  Branches       72       72              
==========================================
+ Hits          197      198       +1     
- Misses        304      308       +4     
  Partials        7        7              
Impacted Files Coverage Δ
iottalkpy/dai.py 38.19% <16.66%> (-0.47%) :arrow_down:

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 d5ca490...aadb7f2. Read the comment docs.