mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-14 00:21:08 +00:00
* common.py: What is with this little dot?
This commit is contained in:
parent
e5052d74a8
commit
307417e56a
@ -101,7 +101,7 @@ def prepareLaunchpadCookie():
|
||||
ftstr = ["FALSE", "TRUE"]
|
||||
|
||||
# This shall be where our new cookie file lives - at ~/.lpcookie.txt
|
||||
newLPCookieLocation = os.path.expanduser("~/lpcookie.txt")
|
||||
newLPCookieLocation = os.path.expanduser("~/.lpcookie.txt")
|
||||
|
||||
# Open file for writing.
|
||||
newLPCookie = open(newLPCookieLocation, 'w')
|
||||
|
Loading…
x
Reference in New Issue
Block a user