commit 7e5c933c8681027af18d90184f23b9ba29630218
Author: Arkadiusz Miƛkiewicz <ar...@maven.pl>
Date:   Mon Nov 10 16:39:14 2014 +0100

    Unknown filename by default.

 PLD_Builder/request_handler_server.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/PLD_Builder/request_handler_server.py 
b/PLD_Builder/request_handler_server.py
index 00e205d..b0eafbc 100644
--- a/PLD_Builder/request_handler_server.py
+++ b/PLD_Builder/request_handler_server.py
@@ -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'))
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/7e5c933c8681027af18d90184f23b9ba29630218

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to