Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix python style.
  • Loading branch information
viirya committed Oct 27, 2015
commit 18c169581bf69f896dae2ec584c110296436d655
2 changes: 2 additions & 0 deletions python/pyspark/sql/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@

import py4j


class CapturedException(Exception):
def __init__(self, desc, stackTrace):
self.desc = desc
self.stackTrace = stackTrace

def __str__(self):
return repr(self.desc)

Expand Down