Skip to content

Commit 6b95b84

Browse files
Update netcompare/check_types.py
Co-authored-by: Glenn Matthews <[email protected]>
1 parent 7bcc0e6 commit 6b95b84

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
@@ -93,7 +93,7 @@ def assert_filter_definition():
9393
# raise if there is a dict, path must be more specific to extract data
9494
if isinstance(item, dict):
9595
raise TypeError(
96-
f'Must be list of lists i.e. [["Idle", 75759616], ["Idle", 75759620]].' f"You have {values}'."
96+
f'Must be list of lists i.e. [["Idle", 75759616], ["Idle", 75759620]]. You have "{values}".'
9797
)
9898
if isinstance(item, list):
9999
values = flatten_list(values) # flatten list and rewrite values

0 commit comments

Comments
 (0)