Guest User

Untitled

a guest
Nov 23rd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "c:\mozilla-build\env1\Scripts\mozcommitbuilder-script.py", line 8, in <m
  3. odule>
  4. load_entry_point('mozcommitbuilder==0.285', 'console_scripts', 'mozcommitbui
  5. lder')()
  6. File "c:\mozilla-build\env1\lib\site-packages\mozcommitbuilder\builder.py", li
  7. ne 248, in cli
  8. builder.bisect(options.good,options.bad)
  9. File "c:\mozilla-build\env1\lib\site-packages\mozcommitbuilder\builder.py", li
  10. ne 120, in bisect
  11. self.bisectRecurse()
  12. File "c:\mozilla-build\env1\lib\site-packages\mozcommitbuilder\builder.py", li
  13. ne 136, in bisectRecurse
  14. runner = FirefoxRunner()
  15. File "c:\mozilla-build\env1\lib\site-packages\mozrunner\__init__.py", line 371
  16. , in __init__
  17. self.binary = self.find_binary()
  18. File "c:\mozilla-build\env1\lib\site-packages\mozrunner\__init__.py", line 432
  19. , in find_binary
  20. path = os.path.join(*bin)
  21. File "c:\mozilla-build\env1\lib\ntpath.py", line 96, in join
  22. assert len(path) > 0
  23. TypeError: object of type 'NoneType' has no len()
  24. Exception AttributeError: "'FirefoxRunner' object has no attribute 'profile'" in
  25. <bound method FirefoxRunner.cleanup of <mozrunner.FirefoxRunner object at 0x01B
  26. 64730>> ignored
Add Comment
Please, Sign In to add comment