Skip to content

Commit

Permalink
error message fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iraikov committed Aug 27, 2024
1 parent 3187c76 commit 7d192d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/miv_simulator/synapses.py
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ def init_edge_attrs(

if syn.source.gid is not None:
raise RuntimeError(
"init_edge_attrs: gid {gid}: synapse id {edge_syn_id} has already been initialized with edge attributes"
f"init_edge_attrs: gid {gid}: synapse id {edge_syn_id} has already been initialized with edge attributes"
)

syn.source.gid = presyn_gid
Expand Down

0 comments on commit 7d192d3

Please sign in to comment.