Skip to content

Commit

Permalink
FIX: Suggest nibabel.save() on calls to deprecated giftiio.write()
Browse files Browse the repository at this point in the history
Backport of gh-1055
  • Loading branch information
anibalsolon authored and effigies committed Feb 7, 2022
1 parent 35a0257 commit 298ac81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nibabel/gifti/giftiio.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def read(filename):


@deprecate_with_version('giftiio.write function deprecated. '
"Use nibabel.load() instead.",
"Use nibabel.save() instead.",
'2.1', '4.0')
def write(image, filename):
""" Save the current image to a new file
Expand Down

0 comments on commit 298ac81

Please sign in to comment.