Azure-Samples / azure-batch-samples

Azure Batch and HPC Code Samples
Other
261 stars 487 forks source link

Correction of the wrong argument name in the sample1_helloword.py example #268

Closed k0staa closed 5 years ago

k0staa commented 5 years ago

Concerns issue #267 Correcting the wrong argument name in the example that causes the exception during startup: base_url --> batch_url Wrong name caused the error at run time:

TypeError: __init__() got an unexpected keyword argument 'base_url'
bgklein commented 5 years ago

LGTM. We have to update the other two samples as well

matthchr commented 5 years ago

Once CI passes I'll merge

k0staa commented 5 years ago

LGTM. We have to update the other two samples as well

I will be passing these examples in the coming days and if I will be able to fix them I create pull request.