diff options
author | Philip Sargent <philip@Muscogee.localdomain> | 2020-05-14 17:27:51 +0100 |
---|---|---|
committer | Philip Sargent <philip@Muscogee.localdomain> | 2020-05-14 17:27:51 +0100 |
commit | 38adb9a52f16338567e718c596e44d53842b2b0e (patch) | |
tree | fa651374a9cc69f4d37946eef44d6ec322a1af75 | |
parent | ccc5813b3f7e2e07d2792e8e7aabb371005b4a62 (diff) | |
download | troggle-38adb9a52f16338567e718c596e44d53842b2b0e.tar.gz troggle-38adb9a52f16338567e718c596e44d53842b2b0e.tar.bz2 troggle-38adb9a52f16338567e718c596e44d53842b2b0e.zip |
typo
-rw-r--r-- | databaseReset.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/databaseReset.py b/databaseReset.py index 43d5e04..37d7d5f 100644 --- a/databaseReset.py +++ b/databaseReset.py @@ -200,12 +200,12 @@ class JobQueue(): def run(self): - """First runs all the jobs in the queue against a scratch in-memory db - then re-runs the import against the db specified in settings.py - Default behaviour is to skip the in-memory phase. - When MySQL is the db the in-memory phase crashes as MySQL does not properly - relinquish some kind of db connection (not fixed yet) - """ + """First runs all the jobs in the queue against a scratch in-memory db + then re-runs the import against the db specified in settings.py + Default behaviour is to skip the in-memory phase. + When MySQL is the db the in-memory phase crashes as MySQL does not properly + relinquish some kind of db connection (not fixed yet) + """ self.loadprofiles() # save db settings for later dbengine = settings.DATABASES['default']['ENGINE'] |