Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing fails with inline list #9

Closed
tonsV2 opened this issue Dec 22, 2020 · 1 comment · Fixed by #10
Closed

Parsing fails with inline list #9

tonsV2 opened this issue Dec 22, 2020 · 1 comment · Fixed by #10
Assignees

Comments

@tonsV2
Copy link

tonsV2 commented Dec 22, 2020

I had the below structure in a config file and the parsing

mail:
    to: [ $HANDLERS_SMTP_TO ]

I get the following error
ValueError: Strict mode enabled, variable $SMTP_HANDLER_TO] not defined!

The below works just fine though

mail:
    to:
        - $HANDLERS_SMTP_TO
@thesimj
Copy link
Owner

thesimj commented Dec 22, 2020

Thanks you, good findings. fix will be soon.

@thesimj thesimj self-assigned this Dec 22, 2020
thesimj added a commit that referenced this issue Dec 22, 2020
resolve issue #9 parsing fails with inline list
@tonsV2 tonsV2 mentioned this issue Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants