Skip to content

Commit fa5dd4e

Browse files
author
Adam Hrbac
committed
Make block in ErrorMessages
1 parent 53f49b0 commit fa5dd4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/ErrorMessages.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,8 +1463,8 @@ public abstract class ErrorMessages {
14631463
public static final TruffleString PY_CAPSULE_IMPORT_S_IS_NOT_VALID = tsLiteral("PyCapsule_Import \"%s\" is not valid");
14641464
public static final TruffleString CANNOT_BE_USED_AWAIT = tsLiteral("object %s can't be used in 'await' expression");
14651465

1466+
// asyncio
14661467
public static final TruffleString AWAIT_RETURN_COROUTINE = tsLiteral("__await__() returned a coroutine");
1467-
14681468
public static final TruffleString AWAIT_RETURN_NON_ITER = tsLiteral("__await__() returned non-iterator of type '%s'");
14691469
public static final TruffleString NO_RUNNING_EVENT_LOOP = tsLiteral("no running event loop");
14701470
public static final TruffleString CANT_ENTER_TASK_ALREADY_RUNNING = tsLiteral("Cannot enter into task %s while another task %s is being executed.");

0 commit comments

Comments
 (0)