mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] Fix missing return
This commit is contained in:
@@ -813,7 +813,7 @@ const char * VariableBoxController::importationSourceNameFromNode(mp_parse_node_
|
||||
if (strcmp(nodeSubName, qstr_str(MP_QSTR_matplotlib)) == 0) {
|
||||
nodeSubName = qstr_str(MP_PARSE_NODE_LEAF_ARG(nodePNS->nodes[1]));
|
||||
if (strcmp(nodeSubName, qstr_str(MP_QSTR_pyplot)) == 0) {
|
||||
qstr_str(MP_QSTR_matplotlib_dot_pyplot);
|
||||
return qstr_str(MP_QSTR_matplotlib_dot_pyplot);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user