Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d32be1 commit 16623feCopy full SHA for 16623fe
1 file changed
Lib/webbrowser.py
@@ -179,7 +179,7 @@ def _find_grail_rc(self):
179
import tempfile
180
tempdir = os.path.join(tempfile.gettempdir(),
181
".grail-unix")
182
- user = pwd.getpwuid(_os.getuid())[0]
+ user = pwd.getpwuid(os.getuid())[0]
183
filename = os.path.join(tempdir, user + "-*")
184
maybes = glob.glob(filename)
185
if not maybes:
0 commit comments