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 3ebd694 commit 70a31ffCopy full SHA for 70a31ff
myloginpath.py
@@ -50,7 +50,7 @@ def _get_login_path_file():
50
return file_path
51
52
if sys.platform == "win32":
53
- file_path = os.path.join(getenv("APPDATA"), "MySQL", ".mylogin.cnf")
+ file_path = os.path.join(os.getenv("APPDATA"), "MySQL", ".mylogin.cnf")
54
else:
55
file_path = os.path.join("~", ".mylogin.cnf")
56
return os.path.expanduser(file_path)
0 commit comments