Skip to content

Commit ea52db3

Browse files
committed
tmp
1 parent 7a3a435 commit ea52db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logprep/util/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ def copy_fields_to_event(
531531
The field dictionary where fields are being added to in-place
532532
source_event : dict
533533
The field dictionary where field values are being read from
534-
dotted_field_names : list[str]
534+
dotted_field_names : Iterable[str]
535535
The list of (potentially dotted) field names to copy
536536
skip_missing : bool, optional
537537
Controls whether missing fields should be skipped or defaulted to None, by default True

0 commit comments

Comments
 (0)