Skip to content

Commit d460c1e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3f9a901 commit d460c1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/core/recording_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def write_binary_recording(
133133

134134
# create a file with file_size_bytes
135135
file = open(file_path, "wb+")
136-
if platform.system() == 'Windows':
136+
if platform.system() == "Windows":
137137
file.seek(file_size_bytes - 1)
138138
file.write(b"\0")
139139
else:

0 commit comments

Comments
 (0)