diff --git a/examples/synfire_if_curr_exp_get_weights.py b/examples/synfire_if_curr_exp_get_weights.py index e6f273cb..cff258f7 100644 --- a/examples/synfire_if_curr_exp_get_weights.py +++ b/examples/synfire_if_curr_exp_get_weights.py @@ -46,7 +46,7 @@ p.run(runtime) -print projections[0].get(['weight', 'delay', ''], 'list') +print projections[0].get(['weight', 'delay'], 'list') p.end()