Skip to content

Commit 8cab2a5

Browse files
committed
fixed ""1.0""
1 parent 10c466e commit 8cab2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OsvvmScriptsCreateYamlReports.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ proc WriteTestCaseSettingsYaml {FileName} {
297297
set LocalOutDir [file join [pwd] $::osvvm::OutputBaseDirectory $::osvvm::BuildName]
298298

299299
set YamlFile [open ${FileName} w]
300-
WriteDictOfString2Yaml $YamlFile Version \"$::osvvm::OsvvmTestCaseYamlVersion\"
300+
WriteDictOfString2Yaml $YamlFile Version $::osvvm::OsvvmTestCaseYamlVersion
301301
WriteDictOfString2Yaml $YamlFile TestCaseName $::osvvm::TestCaseName
302302
# WriteDictOfString2Yaml $YamlFile TestCaseFile $::osvvm::LastAnalyzedFile
303303
WriteDictOfRelativePath2Yaml $YamlFile TestCaseFile [file join $LocalOutDir $::osvvm::ReportsSubdirectory $::osvvm::TestSuiteName] $::osvvm::LastAnalyzedFile

0 commit comments

Comments
 (0)