example scripts: python work-arounds
* fixed three typos which were guaranteed to break said script.
This commit is contained in:
parent
1eceacaff4
commit
0e760e396f
@ -91,17 +91,17 @@ else:
|
||||
userdir = os.path.expanduser("~")
|
||||
|
||||
if new_homedir.startswith("~"):
|
||||
new_homdir.replace("~", "")
|
||||
new_homedir.replace("~", "")
|
||||
else:
|
||||
pass
|
||||
|
||||
if new_homedir.startswith("/"):
|
||||
new_homdir.replace("/", "")
|
||||
new_homedir.replace("/", "")
|
||||
else:
|
||||
pass
|
||||
|
||||
if new_homedir.startswith("."):
|
||||
new_homdir.replace(".", "_")
|
||||
new_homedir.replace(".", "_")
|
||||
else:
|
||||
pass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user