Skip to content

Commit

Permalink
test: cherry-picked from other PR changes
Browse files Browse the repository at this point in the history
  • Loading branch information
snobbee committed Oct 27, 2023
1 parent 7d0ae07 commit 27cc1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/framework/siftool
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def execst(args, cwd=None):


def get_basedir():
return os.path.abspath(os.path.join(os.path.normpath(os.path.dirname(__file__))))
return os.path.dirname(os.path.realpath(os.path.normpath(__file__)))


def init_venv(venv_dir, requirements_txt):
Expand Down

0 comments on commit 27cc1f1

Please sign in to comment.