Skip to content

Commit 583fc99

Browse files
committed
fix: Makefile
1 parent 6e39f7c commit 583fc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ check-format:
9898

9999
# Formats Python source code using autopep8 with aggressive settings
100100
format:
101-
autopep8 --aggressive --aggressive --in-place src/c2pa/*.py
101+
autopep8 --aggressive --aggressive --in-place src/c2pa/c2pa.py
102102

103103
# Downloads the required native artifacts for the specified version
104104
download-native-artifacts:

0 commit comments

Comments
 (0)