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

Fix --additional-file-patterns parsing from CLI #943

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

j-mutter
Copy link

Convert additional-file-patterns array back into comma separated string before saving it to ENV which currently raises. The array is then split out again here and works as expected.

Fixes #802

… to ENV

Signed-off-by: Justin Mutter <justin.mutter@shopify.com>
@j-mutter j-mutter force-pushed the fix-additional-file-patterns-parsing-cli branch from 768d74d to c0aa6ca Compare March 22, 2022 15:15
Copy link

@dima4p dima4p left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All is OK

Copy link

@dima4p dima4p left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All is perfect!

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 this pull request may close these issues.

TypeError: no implicit conversion of Array into String when using --additional-file-patterns
2 participants