Commit 2f36e71
committed
MK8S-25: Further factorize index.html file path generation
Simplify _get_index_file_paths() to use _get_repository_directories() output:
- Eliminates duplicate directory listing logic between the two methods
- _get_index_file_paths() now simply appends INDEX_HTML_FILENAME to each directory
- Maintains single source of truth for all repository directory paths
- Reduces code duplication and improves maintainability1 parent c23a3a8 commit 2f36e71
1 file changed
+3
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
242 | 241 | | |
243 | 242 | | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | 243 | | |
264 | 244 | | |
265 | 245 | | |
| |||
0 commit comments