terrame icon indicating copy to clipboard operation
terrame copied to clipboard

title of a Model with a File as argument

Open pedro-andrade-inpe opened this issue 4 years ago • 0 comments

The title of a Model that uses a File as argument produces a multi line string. It is better to remove the file from the title. Something like (in line 833):

			elseif argv[idx] ~= value and idx ~= "finalTime" and belong(type(argv[idx]), {"boolean", "number", "string"}) then

pedro-andrade-inpe avatar Dec 02 '21 18:12 pedro-andrade-inpe