mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 04:09:05 +00:00
Update inquire.rs
This commit is contained in:
parent
d87c5d552c
commit
46c349d25d
1 changed files with 1 additions and 1 deletions
|
@ -1971,7 +1971,7 @@ impl Context {
|
|||
namespace,
|
||||
)
|
||||
}
|
||||
Type::Failure => Ok(SubstituteResult::Ok),
|
||||
Type::Failure | Type::Never => Ok(SubstituteResult::Ok),
|
||||
_ => self.substitute_dunder_call(
|
||||
obj,
|
||||
attr_name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue