We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c4d7f6 + 316563a commit 7c676bcCopy full SHA for 7c676bc
tests/bdd/steps/steps_osm_data.py
@@ -31,6 +31,7 @@ def osm_define_node_grid(context, step, origin_x, origin_y):
31
32
@given("the (?P<formatted>python-formatted )?OSM data")
33
def osm_define_data(context, formatted):
34
+ context.import_file = None
35
data = context.text
36
if formatted:
37
data = eval('f"""' + data + '"""')
0 commit comments