mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
One additional lgtm fix
This commit is contained in:
parent
56f1f595b8
commit
0f93766599
@ -980,7 +980,7 @@ aws_load_credentials(NCRCglobalstate* gstate)
|
||||
cfg);
|
||||
ncbytesclear(buf);
|
||||
if((stat=NC_readfile(path,buf))) {
|
||||
nclog(NCLOGWARN, "Could not open %s file: %s",path);
|
||||
nclog(NCLOGWARN, "Could not open file: %s",path);
|
||||
} else {
|
||||
/* Parse the credentials file */
|
||||
const char* text = ncbytescontents(buf);
|
||||
|
Loading…
Reference in New Issue
Block a user