summaryrefslogtreecommitdiff
path: root/lib/command_py.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command_py.c')
-rw-r--r--lib/command_py.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/command_py.c b/lib/command_py.c
index 7f19008fbf..37b4dec7be 100644
--- a/lib/command_py.c
+++ b/lib/command_py.c
@@ -210,8 +210,8 @@ static PyObject *graph_to_pyobj(struct wrap_graph *wgraph,
/* plumbing types */
item(FORK_TKN) item(JOIN_TKN) item(START_TKN)
- item(END_TKN) default
- : wrap->type = "???";
+ item(END_TKN) item(NEG_ONLY_TKN) default
+ : wrap->type = "???";
}
wrap->deprecated = (tok->attr == CMD_ATTR_DEPRECATED);