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
Hi, thanks for this great project, trying to use it to migrate one of our old python apps to bazel and we have code like:
from .models import (
...
)
pazel then tries to add requirement("models") rather than :models. Is there any way that could be fixed? I tried to add a EXTRA_LOCAL_IMPORT_NAME_TO_DEP like follows:
Hi, thanks for this great project, trying to use it to migrate one of our old python apps to bazel and we have code like:
pazel then tries to add
requirement("models")
rather than:models
. Is there any way that could be fixed? I tried to add aEXTRA_LOCAL_IMPORT_NAME_TO_DEP
like follows:but it did not work but also pazel seems to remove this from my rc file also.
The text was updated successfully, but these errors were encountered: