Skip to content

Commit

Permalink
revert to previous chdir
Browse files Browse the repository at this point in the history
  • Loading branch information
alphasentaurii committed Oct 17, 2024
1 parent 3b6c8a7 commit 01e13c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runtests
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import os.path
import crds
from crds import config, log

# os.chdir(os.path.dirname(sys.argv[0]) or ".")
os.chdir(".")
os.chdir(os.path.dirname(sys.argv[0]) or ".")
topdir = os.getcwd()

CRDS_TEST_ROOT = os.environ.get("CRDS_TEST_ROOT", os.environ["HOME"])
Expand Down

0 comments on commit 01e13c0

Please sign in to comment.