changeset 5915:8814d1d5cb4e

issue2551025- mysql failure with 1.3.14 mysqlclient. fix mixed tab/space
author John Rouillard <rouilj@ieee.org>
date Sat, 12 Oct 2019 21:17:38 -0400
parents c840e8a571d3
children 6b4857686365
files test/test_mysql.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/test_mysql.py	Sat Oct 12 21:05:50 2019 -0400
+++ b/test/test_mysql.py	Sat Oct 12 21:17:38 2019 -0400
@@ -36,7 +36,7 @@
 
     def tearDown(self):
         if self.db:
-	    self.db.close()
+           self.db.close()
         self.nuke_database()
 
     def nuke_database(self):

Roundup Issue Tracker: http://roundup-tracker.org/