You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyan constructs the DOT identifiers using the filenames. If a directory name contains a dash (-) then that ends up in the DOT identifier. However, the DOT language does not allow that, unless the identifier is quoted. Hence the produced DOT file is invalid.
The text was updated successfully, but these errors were encountered:
pyan
constructs the DOT identifiers using the filenames. If a directory name contains a dash (-
) then that ends up in the DOT identifier. However, the DOT language does not allow that, unless the identifier is quoted. Hence the produced DOT file is invalid.The text was updated successfully, but these errors were encountered: