X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=bin%2Fsalome_utils.py;h=80c2adac9fe700dd0ac54f11f299f4892cf62daf;hb=44d76ca4d8b7d52192167790d1c0416d26629702;hp=5c229733082bc92d7146b690169d7c4831d30e76;hpb=8723fcf67b7efe234c1c63bb7139ee7a247ed421;p=modules%2Fkernel.git diff --git a/bin/salome_utils.py b/bin/salome_utils.py index 5c2297330..80c2adac9 100644 --- a/bin/salome_utils.py +++ b/bin/salome_utils.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -244,7 +244,7 @@ def getTmpDir(): def generateFileName( dir, prefix = None, suffix = None, extension = None, unique = False, separator = "_", hidden = False, **kwargs ): """ - Generate file name by sepecified parameters. If necessary, file name + Generate file name by specified parameters. If necessary, file name can be generated to be unique. Parameters: