Skip to content

Commit

Permalink
Fix error messages for kaitai-io/kaitai_struct_compiler#311
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Oct 5, 2024
1 parent 4fa7456 commit 05f77a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion formats_err/expr_unknown_method1.ksy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# expr_unknown_method1.ksy: /instances/foo/value:
# error: don't know how to call method 'frobnicate' of object type 'CalcBytesType'
# error: don't know how to call method 'frobnicate' of object type 'byte array'
#
meta:
id: expr_unknown_method1
Expand Down
2 changes: 1 addition & 1 deletion formats_err/expr_unknown_method2.ksy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# expr_unknown_method2.ksy: /instances/foo/value:
# error: don't know how to call method 'frobnicate' of object type 'CalcBytesType'
# error: don't know how to call method 'frobnicate' of object type 'byte array'
#
meta:
id: expr_unknown_method2
Expand Down
2 changes: 1 addition & 1 deletion formats_err/io_on_bytes.ksy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# io_on_bytes.ksy: /instances/one_in_foo/io:
# error: don't know how to call method '_io' of object type 'BytesLimitType(IntNum(100),None,false,None,None)'
# error: don't know how to call method '_io' of object type 'byte array'
#
meta:
id: io_on_bytes
Expand Down

0 comments on commit 05f77a5

Please sign in to comment.