Advertisement
Guest User

error-log

a guest
Jul 26th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.39 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/usr/lib/python2.7/dist-packages/lava_dispatcher/pipeline/action.py", line 290, in run_actions
  3.     new_connection = action.run(connection, args)
  4.   File "/usr/lib/python2.7/dist-packages/lava_dispatcher/pipeline/actions/test/shell.py", line 243, in run
  5.     for running in xrange(stage + 1):
  6. TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement