We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found that if in a DSC file I have multiple pipelines and I forget the the comma in between eg
simulate*fit1*eval1 simulate*fit2*eval2
it generates the error ERROR: invalid syntax (<unknown>, line 1) which is a little hard to chase down. Just wanted to suggest something more specific.
ERROR: invalid syntax (<unknown>, line 1)
The text was updated successfully, but these errors were encountered:
gaow
No branches or pull requests
I found that if in a DSC file I have multiple pipelines and I forget the the comma in between eg
simulate*fit1*eval1 simulate*fit2*eval2
it generates the error
ERROR: invalid syntax (<unknown>, line 1)
which is a little hard to chase down. Just wanted to suggest something more specific.The text was updated successfully, but these errors were encountered: