Skip to content

Commit

Permalink
Merge branch 'main' of github.com:open-compas
Browse files Browse the repository at this point in the history
  • Loading branch information
kennymckormick committed Mar 19, 2024
1 parent 3476d85 commit 30ce8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlmeval/smp/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def load_env():
except ImportError:
warnings.warn('VLMEval is not installed. Failed to import environment variables from .env file. ')
return
pth = osp.realpath(vlmeval.__path__)
pth = osp.realpath(vlmeval.__path__[0])
pth = osp.join('../.env')
pth = osp.realpath(pth)
if not osp.exists(pth):
Expand Down

0 comments on commit 30ce8b5

Please sign in to comment.