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.
1 parent b6ab0c6 commit 316563aCopy full SHA for 316563a
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