watem-sedem / rfactor

R-factor
https://watem-sedem.github.io/rfactor/
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Missing loadbar #66

Closed SethCallewaert closed 3 months ago

SethCallewaert commented 1 year ago

The new implementation of this function does not show the loading bar (showing number of files and progress), which was very practical. https://github.com/cn-ws/rfactor/blob/d27f7478790a71fbdb2ed266eb25e84a5c2d862a/src/rfactor/process.py#L335. Could this be reïmplemented?

Sachagobeyn commented 3 months ago

@SethCallewaert , we can do tqdm for loading files, that is what is needed yes?

SethCallewaert commented 3 months ago

Yes, it was a nice touch, if not too much trouble

Sachagobeyn commented 3 months ago

See https://github.com/watem-sedem/rfactor/pull/79, closing