VisionEval / VisionEval-Dev

Development version of VisionEval framework
https://visioneval.github.io/
Apache License 2.0
6 stars 32 forks source link

Detect OS and use right system command #110

Closed flynn-d closed 4 years ago

flynn-d commented 4 years ago

Use system() instead of shell() when on unix / Mac

jrawbits commented 4 years ago

It turns out we can just replace "shell" with "system" one-for-one, so I did that; tomorrow's push to development will include it.