Commit 447fe76
fix: convert session data build_target to table if needed
PR #332 introduced handling for multiple targets. Yet, old session data
still has the build_target stored as string resulting in an error when
trying to unpack the string when forming the --target arg.
This PR fixes this issue by converting old session data to the new
format, if needed1 parent 90e4f16 commit 447fe76
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| |||
0 commit comments