Skip to content

Refactor params into param and check dir's existence

Daniel Campora Perez requested to merge dcampora_use_param_and_check_dir into master

This tiny MR changes the params parameter of Allen into param to be consistent with allen.py. It also adds a little check of the dir's existence with a readable error in case it doesn't exist.

Merge request reports