Skip to content

Commit

Permalink
merged in master
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 24, 2019
2 parents 3e79d3b + 0b57986 commit 0ceba5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spinnman/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@ def __init__(self, error_requests, exceptions, tracebacks):
" With message {}\n" \
" When sending to {}\n" \
" Stack trace: {}\n".format(
exception.__class__.__name__, exception.message,
exception.__class__.__name__, str(exception),
description.chip_core,
traceback.format_exc(description.trace_back))
traceback.format_tb(description.trace_back))
super(SpinnmanGroupedProcessException, self).__init__(problem)


Expand Down

0 comments on commit 0ceba5d

Please sign in to comment.