Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-ebi committed Oct 5, 2023
1 parent e88a2bf commit ee0ab41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/submit.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_submission_id_and_upload_url(self, submission_dir):
return submission_config_data[SUB_CLI_CONFIG_KEY_SUBMISSION_ID], submission_config_data[
SUB_CLI_CONFIG_KEY_SUBMISSION_UPLOAD_URL]
else:
raise FileNotFoundError(f'Could not upload. No config file found for the submission in {submission_dir}')
raise FileNotFoundError(f'Could not upload. No config file found for the submission in {submission_dir}.')

# TODO
def upload_submission(self, submission_dir, submission_id=None, submission_upload_url=None):
Expand Down

0 comments on commit ee0ab41

Please sign in to comment.