Skip to content

Commit 3fc7599

Browse files
committed
minor fix in err msg format
1 parent 5cb47b8 commit 3fc7599

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
@@ -450,7 +450,7 @@ public abstract class ErrorMessages {
450450
public static final String RETURNED_NULL_WO_SETTING_ERROR = "%s returned NULL without setting an error";
451451
public static final String RETURNED_RESULT_WITH_ERROR_SET = "%s returned a result with an error set";
452452
public static final String RETURNED_UNEXPECTE_RET_CODE_EXPECTED_INT_BUT_WAS_S = "%s returned an unexpected return code; expected 'int' but was %s";
453-
public static final String S_S_CONFLICTS_WITH_CLASS_VARIABLE = "%s in %s conflicts with class variable";
453+
public static final String S_S_CONFLICTS_WITH_CLASS_VARIABLE = "'%s' in %s conflicts with class variable";
454454
public static final String SECURITY_EX_WHILE_READING = "security exception while reading: '%s'";
455455
public static final String SEEK_OUT_OF_RANGE = "seek out of range";
456456
public static final String SEMAPHORE_NAME_TAKEN = "Semaphore name taken: '%s'";

0 commit comments

Comments
 (0)