mirror of https://github.com/ARMmbed/mbed-os.git
Fixed missing enum in exporter
parent
5d41fc9db6
commit
947bba16b6
|
@ -23,7 +23,7 @@ from workspace_tools.utils import construct_enum
|
||||||
ResultExporterType = construct_enum(HTML='Html_Exporter',
|
ResultExporterType = construct_enum(HTML='Html_Exporter',
|
||||||
JUNIT='JUnit_Exporter',
|
JUNIT='JUnit_Exporter',
|
||||||
JUNIT_OPER='JUnit_Exporter_Interoperability',
|
JUNIT_OPER='JUnit_Exporter_Interoperability',
|
||||||
)
|
BUILD='Build_Exporter')
|
||||||
|
|
||||||
|
|
||||||
class ReportExporter():
|
class ReportExporter():
|
||||||
|
|
Loading…
Reference in New Issue