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 361af01 commit 7bcc0e6Copy full SHA for 7bcc0e6
netcompare/check_types.py
@@ -74,7 +74,7 @@ def assert_filter_definition():
74
assert_filter_definition()
75
76
if not path:
77
- warnings.warn("JMSPath cannot be of type 'None'. Path argumente reverted to default value '*'")
+ warnings.warn("JMSPath cannot be empty string or type 'None'. Path argument reverted to default value '*'")
78
path = "*"
79
80
if path == "*":
0 commit comments