Closed h-hollmann closed 2 years ago
Example change: existing_examples = glob(f"{NOTEBOOKS_FOLDER}/*/") to this: existing_examples = glob(NOTEBOOKS_FOLDER+"/*/")
existing_examples = glob(f"{NOTEBOOKS_FOLDER}/*/")
existing_examples = glob(NOTEBOOKS_FOLDER+"/*/")
fixes #2
Thanks Hannes! This looks good to me.
Example change:
existing_examples = glob(f"{NOTEBOOKS_FOLDER}/*/")
to this:existing_examples = glob(NOTEBOOKS_FOLDER+"/*/")
fixes #2