Skip to content

Edit Scripts to be Compatible with Mac

Elizabeth Halper requested to merge elhalper/make-scripts-mac-friendly into Azure/M8

This MR addresses errors users were getting when they ran the scripts from a MacBook. These changes should not be breaking for Windows users and allows Mac users to run the scripts without error. It changes python commands to be python3 commands, and changes readarray commands, which are not supported by a Mac, to loops through an array.

Merge request reports