Fixed #8355: Removed some whitespace that was apparently causing difficulty with script compilation. Thanks to bear330 for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8402 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2008-08-16 04:48:57 +00:00
parent 0345fec71b
commit 7299b39752
1 changed files with 1 additions and 2 deletions

View File

@ -69,5 +69,4 @@ class DatabaseCreation(BaseDatabaseCreation):
def _destroy_test_db(self, test_database_name, verbosity):
if test_database_name and test_database_name != ":memory:":
# Remove the SQLite database file
os.remove(test_database_name)
os.remove(test_database_name)