Skip to content

Commit 2daaae3

Browse files
committed
Style fix
1 parent 8f432f1 commit 2daaae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/sql/tests/test_streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def _assert_exception_tree_contains_msg(self, exception, msg):
237237
while e.cause is not None and not contains:
238238
e = e.cause
239239
contains = msg in e.desc
240-
self.assertTrue(contains, "Exception tree doesn't contain the expected message: %s" %msg)
240+
self.assertTrue(contains, "Exception tree doesn't contain the expected message: %s" % msg)
241241

242242
def test_query_manager_await_termination(self):
243243
df = self.spark.readStream.format('text').load('python/test_support/sql/streaming')

0 commit comments

Comments
 (0)