Skip to content

Commit

Permalink
rename local filename variable to filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
Darshan Mandge committed Apr 2, 2024
1 parent 40ecf7e commit cc29ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluepyefe/cell.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def reader(self, config_data, recording_reader=None):

if filename is None:
raise Exception(
"No 'filename' provided in the metadata for the recording."
"No 'filepath' provided in the metadata for the recording."
)

if recording_reader:
Expand Down

0 comments on commit cc29ba7

Please sign in to comment.