Skip to content

Instantly share code, notes, and snippets.

@ruescasd
Created December 22, 2014 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruescasd/a53d9ce59814cd17c686 to your computer and use it in GitHub Desktop.
Save ruescasd/a53d9ce59814cd17c686 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/home/eorchestra/frestq/frestq/protocol.py", line 175, in reserve_task
task_output = task.run_action_handler()
File "/home/eorchestra/frestq/frestq/tasks.py", line 278, in run_action_handler
return self.action_handler(self)
File "./create_election/performer_jobs.py", line 328, in generate_public_key
v_gen_public_key(session_privpath, output_filter)
File "./vmn.py", line 21, in go
return func(*args, **kwargs)
File "./vmn.py", line 48, in v_gen_public_key
timeout=10*60, check_ret=0, output_filter=output_filter)
File "./utils.py", line 78, in call_cmd
assert check_ret == ret
AssertionError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment