Salome HOME
Merge branch 'akl/tests_update'
[modules/paravis.git] / test / VisuPrs / 3D_viewer / A9.py
index 2f88624d4e15b44c7c86bd6b2107a7e45891d748..f1babcbe9bc37e2cb3407817832b20c213d528c4 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2010-2013  CEA/DEN, EDF R&D
+# Copyright (C) 2010-2014  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -54,7 +54,7 @@ def check_all_params(prs, pres_type,  shad, opac, lwid):
     return err
 
 # Directory for saving snapshots
-picturedir = get_picture_dir(sys.argv[1], "3D_viewer/A9")
+picturedir = get_picture_dir("3D_viewer/A9")
 
 # Add path separator to the end of picture path if necessery
 if not picturedir.endswith(os.sep):