Skip to content

Commit 2863f23

Browse files
committed
Update nwb.py
1 parent 37d8749 commit 2863f23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ethopy/utils/export/nwb.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,6 @@ def add_states_data(
636636
states_module.add(dynamic_table)
637637

638638

639-
640639
def save_nwb_file(nwbfile: NWBFile, filename: str) -> None:
641640
"""
642641
Save NWB file to disk.
@@ -945,4 +944,4 @@ def batch_export_to_nwb(
945944
except KeyboardInterrupt:
946945
logger.info("Export cancelled by user")
947946
except Exception as e:
948-
logger.error(f"Export failed: {e}")
947+
logger.error(f"Export failed: {e}")

0 commit comments

Comments
 (0)