Fix silly bug in url setting when there's no subdir

Signed-off-by: Martin J. Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@710 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/tko/frontend.py b/tko/frontend.py
index 52802c1..26991b0 100755
--- a/tko/frontend.py
+++ b/tko/frontend.py
@@ -56,7 +56,7 @@
 		if self.subdir:
 			self.url = html_root + self.job.tag + '/' + self.subdir
 		else:
-			self.subdir = None
+			self.url = None