Skip to content

Commit 6bc78cc

Browse files
postprocess file argument
1 parent 053db3b commit 6bc78cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kratos.gid/kratos.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ proc Kratos::BeforeInitGIDPostProcess {} {
483483
if {$launch_mode eq "Docker"} {
484484
set list_file [file join [GidUtils::GetDirectoryModel] model.post.lst]
485485
if {[file exists $list_file]} {
486-
file copy -force $list_file [GidUtils::GetFilenameInsideProject [GidUtils::GetDirectoryModel] .post.lst]
486+
file copy -force $list_file [GidUtils::GetFilenameInsideProject [file rootname [GidUtils::GetDirectoryModel]] .post.lst]
487487
}
488488
}
489489
}

0 commit comments

Comments
 (0)