fix comment

This commit is contained in:
Emmanuel Viennet 2021-04-23 10:30:16 +02:00
parent 9e65fa7654
commit 61d47e8fad
1 changed files with 2 additions and 1 deletions

View File

@ -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()