forked from openlp/openlp
Commented out two lines without realising it. I blame Noah
This commit is contained in:
parent
16c510acf0
commit
ca62429bad
@ -128,8 +128,8 @@ class Migration(object):
|
||||
subprocess.call(cmd, stdin=open(u'sqlite3.dmp', u'r'))
|
||||
else:
|
||||
subprocess.call(cmd, stdin=open(u'sqlite3.dmp', u'r'), shell=True)
|
||||
# os.remove(u'sqlite.dmp')
|
||||
# os.remove(u'sqlite3.dmp')
|
||||
os.remove(u'sqlite.dmp')
|
||||
os.remove(u'sqlite3.dmp')
|
||||
|
||||
if __name__ == u'__main__':
|
||||
mig = Migration()
|
||||
|
Loading…
Reference in New Issue
Block a user