Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Umer Saleem <[email protected]>
  • Loading branch information
usaleem-ix committed Jan 2, 2024
1 parent 9e73a8b commit 314bdbf
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 242 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ paxcheck:
CHECKS += flake8
flake8:
$(AM_V_at)if type flake8 > /dev/null 2>&1; then \
flake8 $(top_srcdir) --exclude test_nfsv4acl.py; \
flake8 $(top_srcdir); \
else \
echo "skipping flake8 because flake8 is not installed"; \
fi
Expand Down
Loading

0 comments on commit 314bdbf

Please sign in to comment.