From: Jérôme Date: Tue, 10 Nov 2020 14:46:03 +0000 (+0100) Subject: Fix issue in example X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7b99d45e9f2a3e466facfde463c24552095b798f;p=modules%2Fshaper.git Fix issue in example --- diff --git a/src/ExchangePlugin/doc/examples/exportSTL.py b/src/ExchangePlugin/doc/examples/exportSTL.py index 79f1ed517..a152c4a2e 100644 --- a/src/ExchangePlugin/doc/examples/exportSTL.py +++ b/src/ExchangePlugin/doc/examples/exportSTL.py @@ -1,4 +1,5 @@ from salome.shaper import model +import os model.begin() file_path = os.path.join(os.getenv("DATA_DIR"), "test.stl")