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
In _build_module(), there is a bare build_dir.resolve(), unlike for the source directory parameter which is wrapped with a Path call: Path(source_dir).resolve(). str has no method or attribute resolve.
In
_build_module(), there is a barebuild_dir.resolve(), unlike for the source directory parameter which is wrapped with aPathcall:Path(source_dir).resolve().strhas no method or attributeresolve.