We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e39f7c commit 583fc99Copy full SHA for 583fc99
Makefile
@@ -98,7 +98,7 @@ check-format:
98
99
# Formats Python source code using autopep8 with aggressive settings
100
format:
101
- autopep8 --aggressive --aggressive --in-place src/c2pa/*.py
+ autopep8 --aggressive --aggressive --in-place src/c2pa/c2pa.py
102
103
# Downloads the required native artifacts for the specified version
104
download-native-artifacts:
0 commit comments