diff --git a/blueprintcompiler/interactive_port.py b/blueprintcompiler/interactive_port.py index 10a9b56..229f238 100644 --- a/blueprintcompiler/interactive_port.py +++ b/blueprintcompiler/interactive_port.py @@ -87,7 +87,7 @@ def listdir_recursive(subdir): full = os.path.join(subdir, file) if full == "./subprojects": # skip the subprojects directory - return + continue if os.path.isfile(full): yield full elif os.path.isdir(full):