diff -r 15d3facfa40a -r aaad36b88298 hgext/largefiles/lfutil.py --- a/hgext/largefiles/lfutil.py Sun Jan 13 20:13:22 2019 -0500 +++ b/hgext/largefiles/lfutil.py Wed Feb 20 19:28:51 2019 -0500 @@ -76,8 +76,8 @@ if path: return path if pycompat.iswindows: - appdata = encoding.environ.get('LOCALAPPDATA',\ - encoding.environ.get('APPDATA')) + appdata = encoding.environ.get('LOCALAPPDATA', + encoding.environ.get('APPDATA')) if appdata: return os.path.join(appdata, name) elif pycompat.isdarwin: