Skip to content

Commit 2640def

Browse files
committed
add missing boundary
1 parent 4d768e2 commit 2640def

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/formatting/ErrorMessageFormatter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public String format(String format, Object... args) {
7575
return format(null, format, args);
7676
}
7777

78+
@TruffleBoundary
7879
public String format(PythonObjectLibrary lib, String format, Object... args) {
7980
Matcher m = fsPattern.matcher(format);
8081
StringBuilder sb = new StringBuilder(format);

0 commit comments

Comments
 (0)