forked from ScoDoc/ScoDoc
fix comment
This commit is contained in:
parent
9e65fa7654
commit
61d47e8fad
@ -1,4 +1,5 @@
|
||||
#!/opt/zope213/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
ScoDoc post-upgrade script.
|
||||
@ -64,7 +65,7 @@ for dept in depts:
|
||||
if not os.path.exists(fixed_filename):
|
||||
log("fixing #70 on %s" % dept)
|
||||
os.system("../scotests/scointeractive.sh -x %s config/fix_bug70_db.py" % dept)
|
||||
# n'essaie qu'une foixs, même en cas d'échec
|
||||
# n'essaie qu'une fois, même en cas d'échec
|
||||
f = open(fixed_filename, "a")
|
||||
f.close()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user