Replies: 1 comment 2 replies
-
Hi @ybenitezf! Oh, so in the feature branch, the actual folder |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bear with me for a moment:
componentA
- or a base - exists.componentA
.git
will not remove the folder forcomponentA
, and normally it contains some ignore files, and if we runpoly sync
thencomponentA
will be added again into the rootpyproject.toml
.So i think that this function:
python-polylith/components/polylith/bricks/component.py
Lines 18 to 19 in 0c7b67a
should only return valid python packages, i. e. folder that contains a
__init__.py
directly or in a subfolder, this make sense ?Beta Was this translation helpful? Give feedback.
All reactions