Put a '/' after the path in do_tree().
Mon Oct 3 04:57:19 UTC 2005 Alberto Bertogli <albertogli@telpin.com.ar>
* Put a '/' after the path in do_tree().
diff -rN -u old-darcsweb/darcsweb.cgi new-darcsweb/darcsweb.cgi
--- old-darcsweb/darcsweb.cgi 2015-10-08 14:04:42.000000000 +0000
+++ new-darcsweb/darcsweb.cgi 2015-10-08 14:04:42.000000000 +0000
@@ -1464,7 +1464,7 @@
<table cellspacing="0">
"""
- path = realpath(dname)
+ path = realpath(dname) + '/'
alt = False
files = os.listdir(path)