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 27, 2023
1 parent 7605222 commit f16b12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/exporters/to_phy.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def export_to_phy(
if copy_binary:
f.write(f"dat_path = r'recording.dat'\n")
elif rec_path == "None":
f.write(f"dat_path = {rec_path}\n")
f.write(f"dat_path = {rec_path}\n")
else:
f.write(f"dat_path = r'{str(Path(rec_path).relative_to(output_folder))}'\n")
else:
Expand Down

0 comments on commit f16b12c

Please sign in to comment.