make get-google-files create /proprietary in it's own directory without

needing to be in that directory when it is called

Change-Id: I157cfd406f40db2ec4f059c5da6f5e01cfbc6c3e
This commit is contained in:
Nathan Forbes 2010-10-26 23:03:18 -04:00
parent 7374b8ac6e
commit 7637833e17
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ def device():
def download(version):
try:
os.makedirs("proprietary")
os.makedirs(os.path.join(os.path.dirname(__file__), "proprietary"))
except:
pass
if len(MIRRORS) > 1: