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
env_name, which this is referring to, is not defined as namevar leading into
Traceback (simplified, most recent call last):
File "/xxx/deployment/components/mail/component.py", line 19, in configure
self += batou_ext.http.HTTPBasicAuth(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/xxx/deployment/.appenv/b8144391/lib/python3.11/site-packages/batou/component.py", line 216, in __init__
raise ValueError("Namevar is undefined for this component.")
The text was updated successfully, but these errors were encountered:
frlan
changed the title
http:HTTPBasicAuth: Help string referce to not defined namevar
http:HTTPBasicAuth: Help string reference to not defined namevar
Aug 12, 2024
Help text says:
env_name, which this is referring to, is not defined as namevar leading into
The text was updated successfully, but these errors were encountered: