Fixed missing enum in exporter

pull/1139/head^2
Przemek Wirkus 2015-05-27 15:33:30 +01:00
parent 5d41fc9db6
commit 947bba16b6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ from workspace_tools.utils import construct_enum
ResultExporterType = construct_enum(HTML='Html_Exporter',
JUNIT='JUnit_Exporter',
JUNIT_OPER='JUnit_Exporter_Interoperability',
)
BUILD='Build_Exporter')
class ReportExporter():