Skip to content

Commit 7bcc0e6

Browse files
committed
update warning message.
1 parent 361af01 commit 7bcc0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netcompare/check_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def assert_filter_definition():
7474
assert_filter_definition()
7575

7676
if not path:
77-
warnings.warn("JMSPath cannot be of type 'None'. Path argumente reverted to default value '*'")
77+
warnings.warn("JMSPath cannot be empty string or type 'None'. Path argument reverted to default value '*'")
7878
path = "*"
7979

8080
if path == "*":

0 commit comments

Comments
 (0)