Skip to content

Add bound check in python wrapper

Bas van der Tol requested to merge fix-bound-check-in-python-wrapper into master

The python wrapper segfaults when the name of a non-existent station is requested.

This fix adds a bounds check before accessing the station name.

Merge request reports