Skip to content

Removed global variable results

Tiago de Freitas Pereira requested to merge implemented-recursion into master

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