Skip to content

Instantly share code, notes, and snippets.

@noc0lour
Created June 21, 2016 10:59
Show Gist options
  • Save noc0lour/1e894fcd9c1a62f19144833f38d1e64c to your computer and use it in GitHub Desktop.
Save noc0lour/1e894fcd9c1a62f19144833f38d1e64c to your computer and use it in GitHub Desktop.
pybombs -v -p test-pyb install twisted
- subproc.monitor_process(['emerge',"--quiet-build y","--ask n", cmd, '"'+pkgname+'"'], elevate=True, shell=True )
+ subproc.monitor_process(['emerge',"--quiet-build y --ask n", cmd, pkgname], elevate=True, shell=True )
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib64/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib64/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/lib64/python2.7/site-packages/PyBOMBS-2.0.1-py2.7.egg/pybombs/utils/subproc.py", line 145, in _process_thread
args = ELEVATE_PRE_ARGS + args
TypeError: can only concatenate list (not "unicode") to list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment