mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 12:14:43 +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,
|
namespace,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
Type::Failure => Ok(SubstituteResult::Ok),
|
Type::Failure | Type::Never => Ok(SubstituteResult::Ok),
|
||||||
_ => self.substitute_dunder_call(
|
_ => self.substitute_dunder_call(
|
||||||
obj,
|
obj,
|
||||||
attr_name,
|
attr_name,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue