Skip to content

Commit

Permalink
Formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwhitehorn committed Oct 24, 2022
1 parent 22600b2 commit d1032f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maps/src/G3SkyMapMask.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ G3SkyMapMask::FillFromArray(boost::python::object v, bool zero_nans, bool zero_i
size_t npix = view.shape[0];
if (npix != size()) {
PyBuffer_Release(&view);
log_fatal("Got array of shape (%zu,), expected (%zu,)", npix, size());
log_fatal("Got array of shape (%zu,), expected (%zu,)",
npix, size());
}

const char *format = view.format;
Expand Down

0 comments on commit d1032f6

Please sign in to comment.