TypeError: unsupported operand type(s) for -: 'NoneType' and 'NoneType' after solar o run-once last
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Solar |
Fix Committed
|
Undecided
|
Maciej Kwiek |
Bug Description
vagrant@
Traceback (most recent call last):
File "/usr/local/
sys.exit(run())
File "/vagrant/
main()
File "/usr/local/
return self.main(*args, **kwargs)
File "/usr/local/
rv = self.invoke(ctx)
File "/usr/local/
return _process_
File "/usr/local/
return _process_
File "/usr/local/
return ctx.invoke(
File "/usr/local/
return callback(*args, **kwargs)
File "/vagrant/
wait_
File "/vagrant/
click_
File "/vagrant/
report = graph.report_
File "/vagrant/
return report_
File "/vagrant/
'total_time': longest_
File "/vagrant/
return end - start
TypeError: unsupported operand type(s) for -: 'NoneType' and 'NoneType'
Changed in solar: | |
status: | New → Fix Committed |