hgext/largefiles/lfutil.py
changeset 34757 8cf0a6cd1ed2
parent 34647 dacfcdd8b94e
child 35279 be4481d6222e
--- a/hgext/largefiles/lfutil.py	Fri Oct 13 22:26:58 2017 +0200
+++ b/hgext/largefiles/lfutil.py	Fri Oct 13 22:28:03 2017 +0200
@@ -71,7 +71,7 @@
 
 def _usercachedir(ui):
     '''Return the location of the "global" largefiles cache.'''
-    path = ui.configpath(longname, 'usercache', None)
+    path = ui.configpath(longname, 'usercache')
     if path:
         return path
     if pycompat.iswindows: