Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6446555

Browse files
committed
Fix unicode literal.
1 parent 129435c commit 6446555

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/scripts/win_add2path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
HKCU = winreg.HKEY_CURRENT_USER
1616
ENV = "Environment"
1717
PATH = "PATH"
18-
DEFAULT = u"%PATH%"
18+
DEFAULT = "%PATH%"
1919

2020
def modify():
2121
pythonpath = os.path.dirname(os.path.normpath(sys.executable))

0 commit comments

Comments
 (0)