brighthive / data-resource-api

An elegant, opinionated framework for deploying BrightHive Data Resources with zero coding.
MIT License
4 stars 1 forks source link

fix: Do not halt when reaching a folder #39

Closed loganripplinger closed 4 years ago

loganripplinger commented 4 years ago

Overview

This is a bug fix. Previously if you included a folder in the descriptor folder the application would return from inside of a for loop when it should continue.

Checklist

Testing Instructions

Verify the bug exists

Verify the bug fix works

Handles #38