diff --git a/python/openEMS/openEMS.pyx b/python/openEMS/openEMS.pyx index a843c92..c85f3b6 100644 --- a/python/openEMS/openEMS.pyx +++ b/python/openEMS/openEMS.pyx @@ -486,7 +486,7 @@ cdef class openEMS: self.thisptr.DebugCSX() if 'numThreads' in kw: self.thisptr.SetNumberOfThreads(int(kw['numThreads'])) - assert os.getcwd() == sim_path + assert os.getcwd() == os.path.realpath(sim_path) _openEMS.WelcomeScreen() cdef int EC with nogil: