Skip to content

Commit

Permalink
Merge pull request #42 from sot/fix-windows
Browse files Browse the repository at this point in the history
Make tests pass on Windows
  • Loading branch information
taldcroft authored Mar 4, 2020
2 parents 0f2c112 + b15b9d9 commit 6e65adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agasc/tests/test_agasc_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
import agasc

# See if we can get to ASCDS environment and mp_get_agasc
ascrc_file = '{}/.ascrc'.format(os.environ['HOME'])
try:
ascrc_file = '{}/.ascrc'.format(os.environ['HOME'])
assert os.path.exists(ascrc_file)
ascds_env = Ska.Shell.getenv('source {} -r release'.format(ascrc_file), shell='tcsh')
assert 'ASCDS_BIN' in ascds_env
Expand Down

0 comments on commit 6e65adc

Please sign in to comment.