Salome HOME
fix sat package empty and developpers to developers
[tools/sat.git] / commands / package.py
index bc7a3fabcad2e4c2cfb3f646d71243762b36b1b1..99c8a1fcfeac1e1ebfeb976c15689a5dc8940e4b 100644 (file)
@@ -1444,7 +1444,7 @@ Please add it in file:
         filter_function = exclude_VCS_and_extensions
 
         # Add the files to the tarfile object
-        res = add_files(tar, archive_name, d_files_to_add, logger, f_exclude=filter_function)
+        res = add_files(tar, archive_name, d_files_to_add, logger, f_exclude=filter_function)
         tar.close()
     except KeyboardInterrupt:
         logger.write(src.printcolors.printcError("\nERROR: forced interruption\n"), 1)
@@ -1461,7 +1461,7 @@ Please add it in file:
       shutil.rmtree(tmp_local_working_dir)
 
     # have to decide some time
-    DBG.tofix("make shutil.rmtree('%s') effective" % tmp_working_dir, "", DBG.isDevelopper())
+    DBG.tofix("make shutil.rmtree('%s') effective" % tmp_working_dir, "", DBG.isDeveloper())
     
     # Print again the path of the package
     logger.write("\n", 2)