Skip to content

Commit 30ce8b5

Browse files
Merge branch 'main' of github.com:open-compas
1 parent 3476d85 commit 30ce8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vlmeval/smp/misc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def load_env():
154154
except ImportError:
155155
warnings.warn('VLMEval is not installed. Failed to import environment variables from .env file. ')
156156
return
157-
pth = osp.realpath(vlmeval.__path__)
157+
pth = osp.realpath(vlmeval.__path__[0])
158158
pth = osp.join('../.env')
159159
pth = osp.realpath(pth)
160160
if not osp.exists(pth):

0 commit comments

Comments
 (0)