You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor package directory handling in SubfolderBuildConfig and tests
This commit updates the SubfolderBuildConfig class to ensure the source directory is treated as a package before creating a temporary package directory. It modifies the logic to copy the __init__.py file from the source directory to the temporary directory. Additionally, tests are adjusted to reference the correct package directory, which may now point to the temporary package directory, ensuring that the directory structure is preserved during builds and verifications.
0 commit comments