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

DOC: Fix issue template [ci skip] #2978

Merged
merged 1 commit into from
Nov 28, 2023
Merged

DOC: Fix issue template [ci skip] #2978

merged 1 commit into from
Nov 28, 2023

Conversation

larsoner
Copy link
Contributor

The interior quotes either need to be escaped or changed to single quotes, the latter seemed simpler

@larsoner
Copy link
Contributor Author

... otherwise you get:

$ python -c "import sys; print("Python", sys.version)"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 'Python' is not defined

@skoudoro
Copy link
Member

Thank you @larsoner, merging

@skoudoro skoudoro merged commit ae9a590 into dipy:master Nov 28, 2023
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.

None yet

2 participants