busimus / cutelog

GUI for logging
MIT License
479 stars 45 forks source link

Fix for failing Log namespaces filter #2

Closed aberrya closed 6 years ago

aberrya commented 6 years ago

Fix for failing log Namespace filter. It was throwing up error AttributeError: 'NoneType' object has no attribute 'startswith'. Added check for 'None' type for record 'name'. We could also fix in method add_conn_closed_record() by adding some unique 'name' key. Because this was adding record without 'name' key.

busimus commented 6 years ago

Thanks!