SeattleTestbed / seash

Interactive vessel management tool
MIT License
0 stars 10 forks source link

Remove duplicate StartVessel code from seash_helper. #94

Open aaaaalbert opened 9 years ago

aaaaalbert commented 9 years ago

seash_helper.py's function run_target uploads a file to the current target, and then starts it. The function should not duplicate code from start_target, but rather call start_target after uploading.

aaaaalbert commented 8 years ago

@Ashmita89, do you have any further questions to my review of your code before you send a pull request?