Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ruehe committed Jun 10, 2024
1 parent c9d0e44 commit 22b9dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asammdf/mdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def __init__(
if not version:
_, version = get_measurement_timestamp_and_version(file_stream)

if do_close:
if do_close and True:
file_stream.close()

kwargs["original_name"] = original_name
Expand Down

0 comments on commit 22b9dd1

Please sign in to comment.