projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9defe0
)
Actually use the sleep call ...
author
Michael Casadevall
<sonicmctails@gmail.com>
Tue, 30 Dec 2008 14:28:25 +0000
(09:28 -0500)
committer
Michael Casadevall
<sonicmctails@gmail.com>
Tue, 30 Dec 2008 14:28:25 +0000
(09:28 -0500)
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
dak/update_db.py
patch
|
blob
|
history
diff --git
a/dak/update_db.py
b/dak/update_db.py
index 665724e9520c32895a78f9e26f0ceb1ce51dcbe1..7cb8a2752b65afc341c8702b1db109f6d482ba3a 100755
(executable)
--- a/
dak/update_db.py
+++ b/
dak/update_db.py
@@
-115,7
+115,7
@@
Updates dak's database schema to the lastest version. You should disable crontab
print "Please make sure you have a database backup handy. If you don't, press Ctrl-C now!"
print ""
print "Continuing in five seconds ..."
-
#
time.sleep(5)
+ time.sleep(5)
print ""
print "Attempting to upgrade pre-zero database to zero"