We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e3271 commit 3753d6dCopy full SHA for 3753d6d
Examples/GenerateDoc.mos
@@ -81,7 +81,7 @@ py:=getInstallationDirectoryPath() + "/share/doc/omc/testmodels/generate_icons.p
81
if getEnvironmentVar("GenerateDocTest") == "YES" then
82
system("mkdir -p Icons");
83
else
84
- commands:={"(ulimit -t 1200 ; python "+py+" --quiet --output-dir Icons "+typeNameString(cl)+" )" for cl in getClassNames(builtin=false)};getErrorString();
+ commands:={"python "+py+" --quiet --output-dir Icons "+typeNameString(cl) for cl in getClassNames(builtin=false)};getErrorString();
85
res:=system_parallel(commands);getErrorString();
86
//system("rm -f *.json");getErrorString();
87
end if;
0 commit comments