You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the problem is because of the formatting syntax '?' on line 110 and 119. Which kind of syntax is this? I cannot find any documentation about it.
The text was updated successfully, but these errors were encountered:
The ? is just a character which appears in the result of formatting. The str.format is the new way in python to format strings, superceding the % operator, so I prefer to use it in WebOOT. The examples at the bottom of the linked page may be more informative than some of the immediate documentation.
Re: the bug, I think that should actually read .format(*values). Can you try it?
Hello, I am getting an index error on this line:
https://github.com/rootpy/WebOOT/blob/master/weboot/views/multitraverse.py#L131
I think the problem is because of the formatting syntax '?' on line 110 and 119. Which kind of syntax is this? I cannot find any documentation about it.
The text was updated successfully, but these errors were encountered: