Skip to content
Snippets Groups Projects
Commit 1b983211 authored by Nick Draper's avatar Nick Draper
Browse files

change comment from on genereation of python script

re #13867
parent 818a5db3
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,7 @@ ScriptBuilder::buildAlgorithmString(AlgorithmHistory_const_sptr algHistory) { ...@@ -136,7 +136,7 @@ ScriptBuilder::buildAlgorithmString(AlgorithmHistory_const_sptr algHistory) {
std::string prop = ""; std::string prop = "";
if (name == COMMENT_ALG) if (name == COMMENT_ALG)
properties << buildCommentString(algHistory) << "\n"; return buildCommentString(algHistory);
auto props = algHistory->getProperties(); auto props = algHistory->getProperties();
for (auto propIter = props.begin(); propIter != props.end(); ++propIter) { for (auto propIter = props.begin(); propIter != props.end(); ++propIter) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment