update
This commit is contained in:
@@ -319,7 +319,7 @@ function textToDict(text::String, detectKeywords::Vector{String};
|
||||
od1[key] = str
|
||||
remainingtext = remainingtext[1:keywordidx[1]-1]
|
||||
else
|
||||
error("""keyword "$keyword" not found in the provided text""")
|
||||
error("""keyword "$keyword" not found in the provided text: $text </end of error note>""")
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user