Commit 3178fed
Fix trailing-newline bug:
`RhoData.member_list` includes empty strings from trailing newlines in
filelists, causing `FileNotFoundError: .CHGCAR`. Write filelist without
trailing newline. Always use temp data root (even for all samples) to
ensure clean filelist.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>RhoData treats blank lines as sample IDs1 parent 5214112 commit 3178fed
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
114 | 119 | | |
115 | 120 | | |
116 | 121 | | |
117 | 122 | | |
118 | 123 | | |
119 | 124 | | |
120 | | - | |
| 125 | + | |
121 | 126 | | |
122 | 127 | | |
123 | 128 | | |
| |||
0 commit comments