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 7770002 commit 7611eb5Copy full SHA for 7611eb5
tests/MulticastUDPClient.py
@@ -123,7 +123,7 @@
123
try:
124
import random
125
except ImportError as baton: # pragma: no branch
126
- raise ModuleNotFoundError(baton, str("[CWE-758] Test module failed to randomize.")) from baton
+ raise ModuleNotFoundError("[CWE-758] Test module failed to randomize.") from baton
127
128
129
class MCastClient(object): # skipcq: PYL-R0205
0 commit comments