Skip to content

Commit

Permalink
actually include the body of traced files
Browse files Browse the repository at this point in the history
Change-Id: I325c2b34a79a134e37b0c50af9ce0a955f13d803
  • Loading branch information
dhellmann committed Aug 2, 2014
1 parent 8955ec7 commit 313cf3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smiley/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def _get_file_contents(self, filename):
# Should we be decoding the text file here?
with open(filename, 'rb') as f:
body = f.read()
return body

def trace(self, run_id, thread_id, call_id, event,
func_name, line_no, filename,
Expand Down

0 comments on commit 313cf3b

Please sign in to comment.