Skip to content

Commit

Permalink
#9 Merge pull request from deshima-dev/astropenguin/issue7
Browse files Browse the repository at this point in the history
Use relative path for finding current_outdir.conf
  • Loading branch information
astropenguin authored Jun 17, 2024
2 parents 5cb344d + b56dec9 commit b3ab153
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/aste/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@

## output directories
#outdir = 'out/'
script_dir = os.path.dirname(os.path.abspath(__file__))
current_outdir = os.path.join(script_dir, 'current_outdir.conf')
current_outdir = './current_outdir.conf'

with open(current_outdir) as f:
outdir = f.readline().strip()
Expand Down

0 comments on commit b3ab153

Please sign in to comment.