Closed pzel closed 5 years ago
This PR addresses a TODO comment in Bundle.paths(), and also issue #96. The paths() call will not recurse to process a path it has already seen. This includes the degenerate case where a local-dep is specified as ".".
paths()
"."
LGTM. I'll merge once CI passes.
Thanks!
This PR addresses a TODO comment in Bundle.paths(), and also issue #96. The
paths()
call will not recurse to process a path it has already seen. This includes the degenerate case where a local-dep is specified as"."
.