]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
[PATCH] Minor error on warning msg
authorCédric Aguerre <cedric.aguerre@edf.fr>
Thu, 29 Jun 2017 08:09:25 +0000 (10:09 +0200)
committerCédric Aguerre <cedric.aguerre@edf.fr>
Thu, 29 Jun 2017 08:09:25 +0000 (10:09 +0200)
bin/appli_gen.py

index 4e04d1d3256f84712f93c8ac0c82fc4dbd295b5f..4e7e228dd3b32fbe5ad34fdf5823d812fde5c192 100644 (file)
@@ -1,6 +1,6 @@
 #! /usr/bin/env python
 #  -*- coding: iso-8859-1 -*-
-# 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
@@ -285,7 +285,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 _config.has_key("system_conf_path") and os.path.isfile(_config["system_conf_path"]):