]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
Unknown filename by default.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 10 Nov 2014 15:39:14 +0000 (16:39 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 10 Nov 2014 15:39:14 +0000 (16:39 +0100)
PLD_Builder/request_handler_server.py

index 00e205d05592a96848c18b901411c6b522b8f084..b0eafbc9d62f95c08c2c6667f848a9fd46662179 100644 (file)
@@ -23,6 +23,7 @@ class MyHandler(BaseHTTPRequestHandler):
 
        def do_POST(self):
                global rootnode
+               filename = "(unknown)"
                try:
                        length = int(self.headers.getheader('content-length'))
                        ctype, pdict = cgi.parse_header(self.headers.getheader('content-type'))
This page took 0.234005 seconds and 4 git commands to generate.