##// END OF EJS Templates
fix indentation error
Benoit Boissinot -
r12665:cf24b6b5 default
parent child Browse files
Show More
@@ -111,7 +111,7 b' class ui(object):'
111 p = p.replace('%%', '%')
111 p = p.replace('%%', '%')
112 p = util.expandpath(p)
112 p = util.expandpath(p)
113 if '://' not in p and not os.path.isabs(p):
113 if '://' not in p and not os.path.isabs(p):
114 p = os.path.normpath(os.path.join(root, p))
114 p = os.path.normpath(os.path.join(root, p))
115 c.set("paths", n, p)
115 c.set("paths", n, p)
116
116
117 # update ui options
117 # update ui options
General Comments 0
You need to be logged in to leave comments. Login now