Compare commits

..

No commits in common. "c13d90045e382cc9379285d88d58135746cb78b8" and "d79fd7be7a6b0583277009e9111629c70fa1e029" have entirely different histories.

2 changed files with 5 additions and 7 deletions

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from zephir.lib_zephir import *
import os, shutil
from creole.config import eoledirs, distrib_dir, dicos_dir
@ -41,7 +39,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_path)
print("\n !! le fichier %s/zephir_conf/zephir_conf.py n'a pas pu être supprimé !!\n" % zephir_d_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(liste_serveurs, script, params)
ret = proxy.uucp.exec_script(serveurs, script, params))
# on affiche les erreurs si nécessaire
if ret[1]: