DIRACGrid / diracx-charts

Helm charts for running DiracX
1 stars 17 forks source link

fix: distinguish python from node modules #71

Closed aldbr closed 10 months ago

aldbr commented 10 months ago

Node packages may contain a /src directory (it is the case of diracx-web currently), which means that they are never taken into account.

Therefore, I changed the condition for the python packages. Is this okay?