Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 1a182b7

Browse files
committed
lint
1 parent 86370c1 commit 1a182b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bluepyopt/ephys/locations.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,9 +527,9 @@ def set_sec_index(self, icell=None):
527527
else:
528528
self.sec_index = int(np.argmax(points.dot(self.direction)))
529529
else:
530-
raise EPhysLocInstantiateException("Empty seclist: %s", self.seclist_name)
531-
532-
530+
raise EPhysLocInstantiateException(
531+
"Empty seclist: %s" % self.seclist_name
532+
)
533533

534534
def instantiate(self, sim=None, icell=None):
535535
""" """

0 commit comments

Comments
 (0)