]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
fix bug when the option --add_files is not used
authorSerge Rehbinder <serge.rehbinder@cea.fr>
Thu, 5 Jan 2017 08:37:35 +0000 (09:37 +0100)
committerSerge Rehbinder <serge.rehbinder@cea.fr>
Thu, 5 Jan 2017 08:37:35 +0000 (09:37 +0100)
commands/package.py

index 323bcdcae2ed0010abb18618a82061c47908d612..35a6fc148330b1f3014e8b2eafaebbcc7633c0b6 100644 (file)
@@ -96,7 +96,7 @@ parser.add_option('t', 'salometools', 'boolean', 'sat',
 parser.add_option('n', 'name', 'string', 'name',
     _('Optional: The name or full path of the archive.'), None)
 parser.add_option('', 'add_files', 'list2', 'add_files',
-    _('Optional: The list of additional files to add to the archive.'), None)
+    _('Optional: The list of additional files to add to the archive.'), [])
 
 def add_files(tar, name_archive, d_content, logger):
     '''Create an archive containing all directories and files that are given in