Skip to content

Commit

Permalink
fixup template
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Dec 28, 2024
1 parent 4ae5f99 commit 3d2107a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/F3DStarter.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ int F3DStarter::Start(int argc, char** argv)
char* noDataForceRender = std::getenv("CTEST_F3D_NO_DATA_FORCE_RENDER");

fs::path reference(f3d::utils::collapsePath(this->Internals->AppOptions.Reference));
fs::path output(f3d::utils::collapsePath(this->Internals->applyFilenameTemplate(this->Internals->AppOptions.Output)));
fs::path output(this->Internals->applyFilenameTemplate(f3d::utils::collapsePath(this->Internals->AppOptions.Output)));

// Render and compare with file if needed
if (!reference.empty())
Expand Down

0 comments on commit 3d2107a

Please sign in to comment.