Skip to content
Snippets Groups Projects
Commit bc4a2bff authored by Houtan Bastani's avatar Houtan Bastani
Browse files

bug fix: none instead of pdf to graph_format

parent 4509136d
No related branches found
No related tags found
No related merge requests found
......@@ -2262,7 +2262,7 @@ allowed_graph_formats : EPS
| PDF
{ driver.add_graph_format("pdf"); }
| NONE
{ driver.add_graph_format("pdf"); }
{ driver.add_graph_format("none"); }
;
list_allowed_graph_formats : allowed_graph_formats
| list_allowed_graph_formats COMMA allowed_graph_formats
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment