pgRoutingLayer
pgRoutingLayer copied to clipboard
Help icon at the left side of "pgr_f()" label doesn't work due to Python error
Problem Help icon at the left side of function dropdown doesn't work due to Python error

To Reproduce
- Click help (?) icon at the left side of
pgr_f()label - Python error occurs
Expectation The errors should not happen and the help should be shown.
Platform/versions
- OS: OSGeoLive 15 rc1
- pgRoutingLayer: 3.0.1
Well, this error happen when DB connection doesn't exist (#140), but I think that it's better to catch KeyError exception safely, so I created the PR #145 for that.