We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
seash_helper.py
run_target
start_target
The text was updated successfully, but these errors were encountered:
@Ashmita89, do you have any further questions to my review of your code before you send a pull request?
Sorry, something went wrong.
No branches or pull requests
seash_helper.py
's functionrun_target
uploads a file to the current target, and then starts it. The function should not duplicate code fromstart_target
, but rather callstart_target
after uploading.The text was updated successfully, but these errors were encountered: