Closed steven-terrana closed 2 years ago
fixes #268
all credit goes to @connorh23 for finding the fix!
The PluginLibraryProvider was mistaking checking if a library didn't have a src directory or a steps directory instead of checking that both don't exist.
PluginLibraryProvider
src
steps
error reproduced and fix validated manually.
PR Details
fixes #268
all credit goes to @connorh23 for finding the fix!
Description
The
PluginLibraryProvider
was mistaking checking if a library didn't have asrc
directory or asteps
directory instead of checking that both don't exist.How Has This Been Tested
error reproduced and fix validated manually.
Types of Changes
Checklist