From: Cédric Aguerre Date: Thu, 29 Jun 2017 08:09:25 +0000 (+0200) Subject: [PATCH] Minor error on warning msg X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4f4bed19cea84286b1f671c71dced42d6ceb521b;p=modules%2Fyacs.git [PATCH] Minor error on warning msg --- diff --git a/bin/appli_gen.py b/bin/appli_gen.py index df3ff2ab4..e8b9f9fc2 100644 --- a/bin/appli_gen.py +++ b/bin/appli_gen.py @@ -1,5 +1,5 @@ #! /usr/bin/env python3 -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2017 CEA/DEN, EDF R&D, OPEN CASCADE # # Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -284,7 +284,7 @@ def install(prefix, config_file, verbose=0): os.path.join(home_dir, 'sha1_collections.txt')) pass else: - print("WARNING: context file does not exist") + print("WARNING: sha1 collections file does not exist") pass if "system_conf_path" in _config and os.path.isfile(_config["system_conf_path"]):