pyrad icon indicating copy to clipboard operation
pyrad copied to clipboard

fix: check if key exists in attributes before accessing the dict

Open peterhoneder opened this issue 7 years ago • 2 comments

otherwise a KeyError would be thrown in line 415 of the original packet.py

peterhoneder avatar Oct 26 '18 13:10 peterhoneder

This relates to #87 and also only fixes one instance of the above issue without adding tests. See #107 for a more complete fix to the same issue :)

twschum avatar Apr 08 '19 14:04 twschum