-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
When creating the calls to imported instances in 'set_external_module_calls' function, if a module cannot be found it is assumed to be a module from an external library. The length of the imported instance should be at least 2 with minimal structure 'module.method'.
However, there are some instances that have length 1 and only contain a module name, a class name, or a method name. Some module names are of modules that appear in other imported instances with length >= 2, for which calls are set. Only the imported instances with calls to external libraries that have length 1 are excluded from conversion right now. These should not exist in the first place though, at least to my knowledge.
This extra case is excluded, but not fixed.
Metadata
Metadata
Assignees
Labels
No labels