electron / libchromiumcontent

Shared library build of Chromium’s Content module
MIT License
486 stars 183 forks source link

bootstrap : TabError: inconsistent use of tabs and spaces in indentation #761

Closed squalou closed 5 years ago

squalou commented 5 years ago

Hi,

a small typo apparently in script/lib/util.py : a tab should be replaced by 4 spaces.

Traceback (most recent call last):
  File "./script/bootstrap", line 8, in <module>
    import lib.util as util
  File "/home/pronecker/src/libchromiumcontent/script/lib/util.py", line 76
    vsvarsall = "C:\\Program Files (x86)\\Microsoft Visual Studio {0}\\VC\\vcvarsall.bat".format(vs_version)
miniak commented 5 years ago

Can you please create a PR with a fix?

MarshallOfSound commented 5 years ago

Hey there,

It's been a long time coming but the libchromiumcontent repository is being archived as it is no longer used in the Electron build system (🎉 this is a good thing).

If your issue is still relevant to Electron in it's current build system (please verify first) then you should probably raise a similar issue on electron/electron.

Thanks 😄