pinterest / pinball

Pinball is a scalable workflow manager
Apache License 2.0
1.05k stars 130 forks source link

TypeError: can only concatenate list (not "tuple") to list #65

Closed golharam closed 8 years ago

golharam commented 8 years ago

I just installed pinball and am trying to get it up and running on CentOS 6. When I run

python -m pinball.run_pinball -c ./default.yaml -m master

I get:

Traceback (most recent call last): File "/apps/sys/python/2.7.8/lib/python2.7/runpy.py", line 162, in _run_module_as_main "main", fname, loader, pkg_name) File "/apps/sys/python/2.7.8/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/home/golharr/workspace/pinball/pinball/run_pinball.py", line 26, in from pinball.config.pinball_config import PinballConfig File "pinball/config/pinball_config.py", line 28, in class PinballConfig(object): File "pinball/config/pinball_config.py", line 97, in PinballConfig 'django.core.context_processors.request', TypeError: can only concatenate list (not "tuple") to list

csliu commented 8 years ago

this has been fixed in 0.2.10