diff options
-rwxr-xr-x | Lib/cgi.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -248,7 +248,7 @@ def parse_multipart(fp, pdict): boundary = pdict['boundary'] if not valid_boundary(boundary): raise ValueError, ('Invalid boundary in multipart form: %s' - % `ib`) + % `boundary`) nextpart = "--" + boundary lastpart = "--" + boundary + "--" |