Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
Fix error message

([arc::pullid] b6d8e0bb-9e25d7f0-12431b42-9e5e0c32)

Note: mandatory check (NEED_CHECK) was skipped
ref:48777532719ff85164a71c650176e1657c68e02b
  • Loading branch information
mityada committed Jan 1, 2019
1 parent ded3b5b commit 9de9db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/python/runtime_py3/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ int main(int argc, char** argv) {
}

if (entry_point == NULL) {
fprintf(stderr, "No entry point, did you forget PY3_MAIN?\n");
fprintf(stderr, "No entry point, did you forget PY_MAIN?\n");
goto error;
}

Expand Down

0 comments on commit 9de9db1

Please sign in to comment.