Skip to content

Commit

Permalink
Fix callback
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Jan 7, 2019
1 parent 7ee634f commit 2a79f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spynnaker8/models/projection.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def save(
self._get_data(
attribute_names, format, with_address,
notify=functools.partial(
self._save_callback, args=[file, format, metadata]))
self._save_callback, file, format, metadata))

@property
def pre(self):
Expand Down

0 comments on commit 2a79f5a

Please sign in to comment.