nus-cs2103-AY2223S2 / forum

12 stars 0 forks source link

Changing error message #331

Closed HmuuMyatMoe closed 1 year ago

HmuuMyatMoe commented 1 year ago

May I confirm that the following can be considered a wrong error messages and is thus a bug that can be fixed? (We initially intended for %s to be format specifiers, but somewhere in the code, we simply printed out the message with "%s" and forgot to use String.format to replace the %s)

image image

damithc commented 1 year ago

@HmuuMyatMoe this output is clearly incorrect and can be fixed in v1.4

HmuuMyatMoe commented 1 year ago

Thank you!