lexman / tuttle

Make for data
MIT License
20 stars 3 forks source link

Extend workflow tests work with spaces and non-default python #32

Closed PointyShinyBurning closed 7 years ago

PointyShinyBurning commented 7 years ago

Tests for extending workflow could previously fail when they called "python /some_directory/tuttle-extend-workflow" if running under a python other than the one in the path (especially if default python is 3). Changed to call the python we're running under.

Also quotes paths so it works with spaces in them.