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

Switch generate_dot() to use double quotes instead of single quotes #493

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

atchley-sha
Copy link

@atchley-sha atchley-sha commented Jul 10, 2023

This addresses #491.

The command-line dot throws a syntax error with single quotes, as it expects strings to be surrounded by double quotes. generate_dot() previously used single quotes in writing the dot code, but this PR changes that to double quotes.

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.

2 participants