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 d4f3601 commit db8407fCopy full SHA for db8407f
src/bindings/python/stubs/PyOpenColorIO/__init__.pyi
@@ -1,5 +1,6 @@
1
#
2
-# This file is auto-generated. DO NOT MODIFY! Run `make pystubs` to regenerate
+# This file is auto-generated. DO NOT MODIFY!
3
+# See docs/quick_start/installation.rst for more info
4
5
6
import numpy
src/bindings/python/stubs/generate_stubs.py
@@ -146,8 +146,8 @@ def main() -> None:
146
147
new_text = dest_path.read_text()
148
new_text = (
149
- "#\n# This file is auto-generated. DO NOT MODIFY! "
150
- "Run `make pystubs` to regenerate\n#\n\n"
+ "#\n# This file is auto-generated. DO NOT MODIFY!\n"
+ "# See docs/quick_start/installation.rst for more info\n#\n\n"
151
) + new_text
152
dest_path.write_text(new_text)
153
0 commit comments