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.
setup.py
1 parent 40cc32f commit 7bd7b99Copy full SHA for 7bd7b99
setup.py
@@ -15,7 +15,7 @@ def build() -> None:
15
16
17
if __name__ == "__main__":
18
- if "format" in sys.argv or 1:
+ if "format" in sys.argv:
19
c_files = glob.glob("src_c/*.c")
20
h_files = glob.glob("src_c/include/*.h")
21
0 commit comments