##// END OF EJS Templates
Fix ui.expandpath problem and broken test introduced by 4a2a4d988ead.
Thomas Arendsen Hein -
r2498:1e2ec4fd default
parent child Browse files
Show More
@@ -205,7 +205,7 b' class ui(object):'
205 path = self.config("paths", loc)
205 path = self.config("paths", loc)
206 if not path and default is not None:
206 if not path and default is not None:
207 path = self.config("paths", default)
207 path = self.config("paths", default)
208 return path
208 return path or loc
209
209
210 def write(self, *args):
210 def write(self, *args):
211 if self.header:
211 if self.header:
General Comments 0
You need to be logged in to leave comments. Login now