We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a56a8 commit 2b64deeCopy full SHA for 2b64dee
fuzzing/fuzz-targets/fuzz_submodule.py
@@ -16,7 +16,7 @@
16
import warnings
17
import logging
18
19
- # Fuzzing data causes some plugins to generate a large number of warnings
+ # Fuzzing data causes some modules to generate a large number of warnings
20
# which are not usually interesting and make the test output hard to read, so we ignore them.
21
warnings.simplefilter("ignore")
22
logging.getLogger().setLevel(logging.ERROR)
0 commit comments