From 128e8a9c4f218409f4a0471313677a4c395dcf29 Mon Sep 17 00:00:00 2001 From: fahed Date: Tue, 26 Nov 2013 12:49:32 +0000 Subject: [PATCH] Windows fix --- bin/appliskel/salome | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/appliskel/salome b/bin/appliskel/salome index d12155b33..7914df124 100755 --- a/bin/appliskel/salome +++ b/bin/appliskel/salome @@ -5,7 +5,7 @@ import sys # Preliminary work to initialize path to SALOME Python modules def __initialize(): - currentPath = os.path.dirname(__file__) + currentPath = os.path.dirname( os.path.abspath( __file__ ) ) homePath = os.path.realpath(os.path.expanduser('~')) appliPath = os.path.relpath(currentPath, homePath) -- 2.39.2