Commit ba9894b
authored
Fix recent files (#198)
Ensure that `petab_gui.controllers.utils.RecentFilesManager.load_recent_files` always returns a list of strings.
It seems there is some serialization issue for `list[str]` of length 1 (sometimes?!).
Fixes #122.1 parent 3e76d02 commit ba9894b
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
295 | 300 | | |
296 | 301 | | |
297 | 302 | | |
| |||
0 commit comments