Closed Jaymon closed 8 years ago
for some reason:
echo.out("foo {}".format("bar"))
Failed on Topher, but when he did:
echo.out("foo {}", "bar")
it worked.
I think there is a thing with format() being called internally with no arguments is the problem?
format()
for some reason:
Failed on Topher, but when he did:
it worked.
I think there is a thing with
format()
being called internally with no arguments is the problem?