Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed incorrect name in error message #619

Merged
merged 1 commit into from
Jun 30, 2016

Conversation

Tobychev
Copy link
Contributor

Some tests are skipped if --atomic-dataset is not given to test, but the diagnostic message suggests --atomic_database is missing. This PR changes the the message to give the correct argument name.

@@ -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-datset was not specified')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please correct the typo

@yeganer
Copy link
Contributor

yeganer commented Jun 30, 2016

@tardis-sn/tardis-core This is a small bugfix and can be merged at any time.

@wkerzendorf wkerzendorf merged commit 689bfcf into tardis-sn:master Jun 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants