Created
December 19, 2014 19:39
-
-
Save ruescasd/7eb643a7062a34fc65cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Traceback (most recent call last): | |
| File "/home/eorchestra/frestq/frestq/tasks.py", line 1293, in post_task | |
| task_output = task.run_action_handler() | |
| File "/home/eorchestra/frestq/frestq/tasks.py", line 277, in run_action_handle r | |
| return self.action_handler_object.execute() | |
| File "./create_election/director_jobs.py", line 64, in execute | |
| election.threshold_parties, session_privpath) | |
| File "./vmn.py", line 21, in go | |
| return func(*args, **kwargs) | |
| File "./vmn.py", line 29, in v_gen_protocol_info | |
| return subprocess.check_call(command, cwd=session_privpath) | |
| File "/usr/lib/python2.7/subprocess.py", line 535, in check_call | |
| retcode = call(*popenargs, **kwargs) | |
| File "/usr/lib/python2.7/subprocess.py", line 522, in call | |
| return Popen(*popenargs, **kwargs).wait() | |
| File "/usr/lib/python2.7/subprocess.py", line 710, in __init__ | |
| errread, errwrite) | |
| File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child | |
| raise child_exception | |
| TypeError: execv() arg 2 must contain only strings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment