Skip to content

Check if output folder exists, otherwise create it

Cesar Garcia requested to merge (removed):csarsez-master-patch-62697 into master

I tried running the notebook and got an error related to path not found. Log file should be created under output folder, but it doesn't exist on the first run unless you create it manually.

This PR solves the problem by checking if folder exists and creates it otherwise.

Merge request reports