Skip to content

Commit

Permalink
Add --diff option.
Browse files Browse the repository at this point in the history
skip-build: true
Required-githooks: true
Signed-off-by: Ashley Pittman <[email protected]>
  • Loading branch information
ashleypittman committed Nov 24, 2023
1 parent 1f9bd95 commit 0d83547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
- name: Black
uses: psf/black@stable
with:
options: "--check --verbose --extend-exclude (ftest|vendor|utils)"
options: "--check -diff --verbose --extend-exclude (ftest|vendor|utils)"
2 changes: 1 addition & 1 deletion src/client/pydaos/raw/conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def str_to_c_uuid(uuidstr):


def c_err_to_str(err_num):
"""Utility function to convert C error code to its string id.
""" Utility function to convert C error code to its string id.
Args:
err_num (int): C error code.
Expand Down

0 comments on commit 0d83547

Please sign in to comment.