Skip to content
New issue

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

EVA-3502 - Allow the submission-ws URL to be updated #22

Merged
merged 2 commits into from
Feb 14, 2024

Conversation

tcezard
Copy link
Member

@tcezard tcezard commented Feb 14, 2024

No description provided.

# update config with submission id and upload url
self.update_config_with_submission_id_and_upload_url(response_json["submissionId"], response_json["uploadUrl"])

# upload submission
self._upload_submission()

# Complete the submission
self.verify_submission_dir(self.submission_dir)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the reason to verify again? As it's already been verified before the upload

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Silly copy/paste

@tcezard tcezard merged commit 22cc935 into EBIvariation:main Feb 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants