Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ruehe committed Jun 10, 2024
1 parent ba21f74 commit 548eaca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/asammdf/blocks/mdf_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ def __init__(
flags = identification["unfinalized_standard_flags"]

if version >= "4.10" and flags:
self._from_filelike = True
tmpdir = Path(gettempdir())
if self.temporary_folder:
tmpdir = Path(self.temporary_folder)
Expand Down

0 comments on commit 548eaca

Please sign in to comment.