Removed global variable results
The script bob.bio.base.scripts.collect_results
has global variable called results
whose role is to gather the results from several directories.
Would be cleaner and more easy to reuse this module if the results were passed throught the recursions instead of being stored in global variable.
I've just done that.
Do you mind to review that @mguenther?
Thanks
Edited by Tiago de Freitas Pereira
Merge request reports
Activity
mentioned in merge request bob.db.ijba!9 (closed)
Yes, this is better. This script was not intended to be imported so far, but I can see that you might want to use it in bob.db.ijba!9 (closed) (even though we add a dependency to this package)...
mentioned in commit 45983b2d
Please register or sign in to reply