Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 14, 2024
1 parent 3f9a901 commit d460c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/recording_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def write_binary_recording(

# create a file with file_size_bytes
file = open(file_path, "wb+")
if platform.system() == 'Windows':
if platform.system() == "Windows":
file.seek(file_size_bytes - 1)
file.write(b"\0")
else:
Expand Down

0 comments on commit d460c1e

Please sign in to comment.