hypothesis-geojson icon indicating copy to clipboard operation
hypothesis-geojson copied to clipboard

Fixed bug where the shadowing of a variable caused a python variable lookup to fail

Open Rovanion opened this issue 6 years ago • 0 comments

When running with python 3.6 I got the error that:

"The local variable features referenced before assignment"

Simply changing the name of the local variable so that it no longer shadows the function features fixed the issue.

Rovanion avatar May 17 '18 13:05 Rovanion