Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Mar 26, 2020
1 parent d6c3c80 commit feced9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asammdf/blocks/mdf_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit feced9a

Please sign in to comment.