Skip to content
Snippets Groups Projects
Commit aff196f2 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Bugfix to log message

parent 71843960
No related branches found
No related tags found
No related merge requests found
......@@ -308,7 +308,7 @@ class Nifti(notifier.Notifier):
self.__worldToVoxMat = transform.invert(self.__voxToWorldMat)
self.__pixdim = header.get_zooms()
log.debug('{} affine changed:\npixdims: '
log.debug('Affine changed:\npixdims: '
'{}\nsform: {}\nqform: {}'.format(
header.get_zooms(),
header.get_sform(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment