zooba / vsts-python-tasks

Azure Pipelines tasks for Python
https://marketplace.visualstudio.com/items?itemName=stevedower.python
MIT License
8 stars 5 forks source link

Run Python Command ##[error]Cannot bind argument to parameter 'FileName' because it is an empty string. #14

Open saviourofdp opened 6 years ago

saviourofdp commented 6 years ago

I get this error regardless of the values I provide in the task settings

zooba commented 5 years ago

Can you post a screenshot of your settings?

zooba commented 5 years ago

Ah, are you passing an empty "Script" value? Your issue #13 suggests you are, since that'd be the way to notice the typo (unless you were reading source code), and that may also cause this.