Azure-Samples / azure-batch-samples

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

Fix image ref now returned in descending order #179

Closed alfpark closed 8 years ago

alfpark commented 8 years ago
alfpark commented 8 years ago

@mmacy Marsh, can you please take a look at the python article sample and remove the duplicated code like wrap_commands_in_shell and getting the vm reference from "distro". This is confusing with the rest of the sample code and it makes maintaining them harder. Please just do:

sys.path.append('.')
import common.helpers  # noqa

and use the code we have there. I've already unified some of the code out of the mpi sample.

mmacy commented 8 years ago

@alfpark Sure thing, will do. May be a day or three before I can get to this.

(close/reopen was accidental!)