Fixed export

This commit is contained in:
Luca Frosini 2023-01-27 16:40:43 +01:00
parent 56f690c4cc
commit 579cc27183
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public class SoftwareVersionConfigAnalyser {
sve.setSoftwareVersion(softwareVersionConfig);
sve.setExporterConfig(processorConfig);
sve.setFirst(first);
// sve.export();
sve.export();
}
}