Commit 47f7eed
authored
Fix install button selector for Falcon UI change (#115)
* Update pylintrc py-version from 3.9 to 3.13
The Foundry Python runtime is 3.13. Update pylint target to match
so linting validates against the correct language features.
* Fix install button selector: 'Install app' renamed to 'Save and install'
The Falcon App Catalog UI renamed the install button from 'Install app'
to 'Save and install'. Update the selector to match, with .or() fallback
for backwards compatibility.1 parent 93f601e commit 47f7eed
1 file changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
| 181 | + | |
181 | 182 | | |
182 | | - | |
| 183 | + | |
183 | 184 | | |
184 | 185 | | |
185 | 186 | | |
| |||
188 | 189 | | |
189 | 190 | | |
190 | 191 | | |
191 | | - | |
192 | | - | |
| 192 | + | |
| 193 | + | |
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
| |||
0 commit comments