Skip to content

Instantly share code, notes, and snippets.

@epitron
Created April 12, 2015 03:13
Show Gist options
  • Save epitron/3bce7cff3cc055e3cf21 to your computer and use it in GitHub Desktop.
Save epitron/3bce7cff3cc055e3cf21 to your computer and use it in GitHub Desktop.
[11:12 PM] epi@bort :: ~/src/depot_tools $ ./gn
Traceback (most recent call last):
File "./gn.py", line 38, in <module>
sys.exit(main(sys.argv))
File "./gn.py", line 22, in main
bin_path = gclient_utils.GetBuildtoolsPlatformBinaryPath()
File "/home/epi/src/depot_tools/gclient_utils.py", line 713, in GetBuildtoolsPlatformBinaryPath
buildtools_path = GetBuildtoolsPath()
File "/home/epi/src/depot_tools/gclient_utils.py", line 701, in GetBuildtoolsPath
buildtools_path = os.path.join(primary_solution, 'buildtools')
File "/usr/lib/python2.7/posixpath.py", line 77, in join
elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'
[11:12 PM] epi@bort :: ~/src/depot_tools $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment