Skip to content

Commit

Permalink
Fix LGTM alert: too few args
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Aug 28, 2022
1 parent c9205ae commit d0aff6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libnczarr/zsync.c
Original file line number Diff line number Diff line change
Expand Up @@ -2285,7 +2285,7 @@ computedimrefs(NC_FILE_INFO_T* file, NC_VAR_INFO_T* var, int purezarr, int xarra
NCZ_VAR_INFO_T* zvar = (NCZ_VAR_INFO_T*)(var->format_var_info);
NCjson* jatts = NULL;

ZTRACE(3,"file=%s var=%s purezarr=%d xarray=%d ndims=%d |dimnames|=%u shape=%s",
ZTRACE(3,"file=%s var=%s purezarr=%d xarray=%d ndims=%d shape=%s",
file->controller->path,var->hdr.name,purezarr,xarray,(int)ndims,nczprint_vector(ndims,shapes));
assert(zfile && zvar);

Expand Down

0 comments on commit d0aff6a

Please sign in to comment.