Skip to content

Commit

Permalink
Fix check docstring grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
remia committed Aug 13, 2023
1 parent 18bbb5c commit cff379b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install python dependencies
run: |
pip install pipenv codecov
pipenv install --quiet --skip-lock --dev --python ${{ matrix.python-version }}
pipenv install --skip-lock --dev --python ${{ matrix.python-version }}
pipenv graph
shell: bash
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion clairmeta/dcp_check_cpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def check_cpl_reel_duration_picture_subtitles(self, playlist):
"Interop DCP")
else:
cmp_op = operator.ge
mess = ("MainSubtitle Duration must less than or equal that of "
mess = ("MainSubtitle Duration must less than or equal to that of "
"MainPicture for SMPTE DCP")

self.metadata_cmp_pair(
Expand Down

0 comments on commit cff379b

Please sign in to comment.