mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 18:20:06 +00:00
Fix an issue with localedir
This commit is contained in:
@@ -3,5 +3,6 @@ from behave.model import Scenario
|
|||||||
|
|
||||||
def before_all(context):
|
def before_all(context):
|
||||||
userdata = context.config.userdata
|
userdata = context.config.userdata
|
||||||
|
context.localedir = userdata.get("localedir")
|
||||||
continue_after_failed = userdata.getbool("runner.continue_after_failed_step", True)
|
continue_after_failed = userdata.getbool("runner.continue_after_failed_step", True)
|
||||||
Scenario.continue_after_failed_step = continue_after_failed
|
Scenario.continue_after_failed_step = continue_after_failed
|
||||||
|
|||||||
Reference in New Issue
Block a user