Compare commits

...

2 Commits

Author SHA1 Message Date
Matthieu Lamalle c13d90045e correciton on exec_script_group 2021-07-01 09:53:59 +02:00
Matthieu Lamalle 50cc20307d correction on del_zephir 2021-07-01 09:51:42 +02:00
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from zephir.lib_zephir import *
import os, shutil
from creole.config import eoledirs, distrib_dir, dicos_dir
@ -19,9 +21,9 @@ stats_service = u'z_stats'
if os.path.isfile('/var/run/z_stats.pid'):
stats_running = True
try:
from zephir.zephir_conf import zephir_conf
except:
zephir_conf = None
from zephir.zephir_conf import zephir_conf
except:
zephir_conf = None
if stats_running:
@ -39,7 +41,7 @@ if eole_module != 'zephir':
try:
os.unlink("%s/zephir_conf/zephir_conf.py" % zephir_path)
except:
print("\n !! le fichier %s/zephir_conf/zephir_conf.py n'a pas pu être supprimé !!\n" % zephir_d_path)
print("\n !! le fichier %s/zephir_conf/zephir_conf.py n'a pas pu être supprimé !!\n" % zephir_path)
try:
os.unlink("%s/zephir_conf/zephir_conf.pyc" % zephir_path)
try:

View File

@ -93,7 +93,7 @@ def main():
liste_serveurs = groups[group_id][1]
ret = proxy.uucp.exec_script(serveurs, script, params))
ret = proxy.uucp.exec_script(liste_serveurs, script, params)
# on affiche les erreurs si nécessaire
if ret[1]: