From feced9a407eb88a66e834a88227d0007776c90d7 Mon Sep 17 00:00:00 2001 From: danielhrisca Date: Thu, 26 Mar 2020 10:20:21 +0200 Subject: [PATCH] fix typo --- asammdf/blocks/mdf_v4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asammdf/blocks/mdf_v4.py b/asammdf/blocks/mdf_v4.py index 0f880f75b..598dd6480 100755 --- a/asammdf/blocks/mdf_v4.py +++ b/asammdf/blocks/mdf_v4.py @@ -7345,7 +7345,7 @@ def _get_scalar( channel_dtype = channel.dtype_fmt.subdtype[0] else: channel_dtype = channel.dtype_fmt - if vals.dtype != channel_dtype:p + if vals.dtype != channel_dtype: vals = vals.astype(channel_dtype) if master_is_required: