-
Notifications
You must be signed in to change notification settings - Fork 44
Commit a223166
fix: 🐛 continue if no
If a parent class contains a method that is absent in a child class, it is possible for the script_method_list to include a method that is missing from the current script's source code. This fix prevents errors due to the missing `func_def`.func_def is found (#511)1 parent 29d352a commit a223166
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | - | ||
104 | + | ||
105 | + | ||
106 | + | ||
105 | 107 | | |
106 | 108 | | |
109 | + | ||
110 | + | ||
111 | + | ||
107 | 112 | | |
108 | 113 | | |
109 | 114 | | |
| |||
0 commit comments