Opened 9 years ago
Closed 9 years ago
#2424 closed defect (done)
Console in C# script base passes wrong arguments
Reported by: | pfleck | Owned by: | ascheibe |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.12 |
Component: | Scripting | Version: | 3.3.11 |
Keywords: | Cc: |
Description
Console.Write(string, object, object) in CSharpScriptScriptBase passes wrong arguments to string.Format.
Instead of arg0 and arg1, arg0 is passed twice.
Change History (5)
comment:1 Changed 9 years ago by jkarder
- Status changed from new to accepted
comment:2 Changed 9 years ago by jkarder
comment:3 Changed 9 years ago by jkarder
- Owner changed from jkarder to pfleck
- Status changed from accepted to reviewing
comment:4 Changed 9 years ago by pfleck
- Owner changed from pfleck to ascheibe
- Status changed from reviewing to readytorelease
Thanks for the fix.
comment:5 Changed 9 years ago by ascheibe
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r12695: fixed typo