Skip to content

Commit

Permalink
Merge pull request #619 from Tobychev/tardis-upstream
Browse files Browse the repository at this point in the history
Fixed incorrect name in error message
  • Loading branch information
wkerzendorf authored Jun 30, 2016
2 parents e7a7f62 + 583c8a5 commit 689bfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def pytest_addoption(parser):
def atomic_data_fname():
atomic_data_fname = pytest.config.getvalue("atomic-dataset")
if atomic_data_fname is None:
pytest.skip('--atomic_database was not specified')
pytest.skip('--atomic-dataset was not specified')
else:
return os.path.expandvars(os.path.expanduser(atomic_data_fname))

Expand Down

0 comments on commit 689bfcf

Please sign in to comment.