Skip to content

Commit

Permalink
logger bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
aradhakrishnanGFDL committed Oct 31, 2024
1 parent dce18c1 commit 622804e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalogbuilder/intakebuilder/gfdlcrawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def crawlLocal(projectdir, dictFilter,dictFilterIgnore,logger,configyaml,slow):
dictInfo["standard_name"]=standard_name

else:
logger.info("Retrieving standard_name from ", filename)
logger.info("Retrieving standard_name from "+ (str)(filename))
getinfo.getInfoFromVarAtts(dictInfo["path"],dictInfo["variable_id"],dictInfo)
unique_datasets.update({ qualities : dictInfo["standard_name"] })

Expand Down

0 comments on commit 622804e

Please sign in to comment.