jantman / python-wifi-survey-heatmap

A Python application for Linux machines to perform WiFi site surveys and present the results as a heatmap overlayed on a floorplan
GNU Affero General Public License v3.0
373 stars 87 forks source link

Include exception in logging. #34

Closed josephw closed 3 months ago

josephw commented 3 months ago

The plot can fail for lots of reasons; rather than trying to predict them all, include the exception.

In my case, it was trying to write to a non-existent directory, rather than having a problem with missing data. It'd be possible to fix that, but just surfacing the underlying cause was enough to unblock me.

IMPORTANT: Please take note of the below checklist, especially the first two items.

Pull Request Checklist

Contributor License Agreement

By submitting this work for inclusion in wifi-survey-heatmap, I agree to the following terms:

jantman commented 3 months ago

Thanks so much!