Skip to content

Commit 1b07bfb

Browse files
Ciheim BrownCiheim Brown
authored andcommitted
Fixing f string
1 parent c5c04be commit 1b07bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catalogbuilder/intakebuilder/getinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def getInfoFromVarAtts(fname,variable_id,dictInfo,att="standard_name",filexra=No
229229
long_name = "NA"
230230
cfname = long_name.replace(" ", "_")
231231
dictInfo["standard_name"] = cfname
232-
logger.info(f"standard_name found: {dictInfo["standard_name"]}")
232+
logger.info(f"standard_name found: {dictInfo['standard_name']}")
233233
return dictInfo
234234
def getInfoFromGlobalAtts(fname,dictInfo,filexra=None):
235235
'''

0 commit comments

Comments
 (0)