Commit bb62b08
committed
fix: move JSOSolvers import before subsolver list call
The code was trying to access JSOSolvers.trunkls_allowed_subsolvers before importing the JSOSolvers package, causing an UndefVarError. This moves the 'using JSOSolvers' statement before the subsolver list display.1 parent 277cf88 commit bb62b08
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| |||
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
55 | | - | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
0 commit comments