Commit 0941304
Gereon Elvers
Radboud: per-file completion log so small files are visible
Previously the prefetch_files banner said "Downloading 12 files" but
only files >= 10 MB got a per-byte progress bar (everything else
downloaded silently to avoid bar spam). The result looked like only
one file was actually transferring even though all 12 were.
Now every completed download prints a one-line entry:
Radboud WebDAV: downloading 12 file(s)…
[1/12] BadChannels (0 B)
[2/12] sub-A2002_task-rest_meg.meg4 (530 MB)
...
Radboud WebDAV: done (12/12 files).
The per-byte tqdm bar still shows for files >= 10 MB (the .meg4 chunk
is what the user actually wants to watch).1 parent 743ff24 commit 0941304
1 file changed
Lines changed: 38 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
173 | 200 | | |
174 | 201 | | |
175 | 202 | | |
| |||
0 commit comments