##// END OF EJS Templates
windows: use abspath in extensions...
marmoute -
r48425:7bafe40a default
parent child Browse files
Show More
@@ -713,7 +713,7 b' def _disabledpaths():'
713 713 # it might not be on a filesystem even if it does.
714 714 if util.safehasattr(hgext, '__file__'):
715 715 extpath = os.path.dirname(
716 os.path.abspath(pycompat.fsencode(hgext.__file__))
716 util.abspath(pycompat.fsencode(hgext.__file__))
717 717 )
718 718 try:
719 719 files = os.listdir(extpath)
General Comments 0
You need to be logged in to leave comments. Login now