Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/src/submission/submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ReleaseTagError(SubmissionError):
pass


class ChartError(Exception):
class ChartError(SubmissionError):
pass


Expand Down Expand Up @@ -238,7 +238,7 @@ class Submission:
def __post_init__(self):
"""Complete the initialization of the Submission object.

Only retrieve PR information from the GitHub API if requiered, by checking for the presence
Only retrieve PR information from the GitHub API if required, by checking for the presence
of a value for the modified_files attributes. This check allows to make the distinction
between the two aforementioned cases of initialization of a Submission object:
* If modified_files is not set, we're in the case of initializing a brand new Submission
Expand Down