Skip to content

Commit

Permalink
Merge pull request #74 from aradhakrishnanGFDL/69-patch
Browse files Browse the repository at this point in the history
a logger message needs formatting moving from print to logger
  • Loading branch information
ceblanton authored Oct 22, 2024
2 parents f2cd286 + 6fa2bf4 commit 21020ea
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 @@ -57,7 +57,7 @@ def crawlLocal(projectdir, dictFilter,dictFilterIgnore,logger,configyaml,slow):
if ( len(set_ftemplate) > 0 ):
missingcols = [col for col in diffcols if col not in set_ftemplate]
missingcols.remove("path") #because we get this anyway
logger.debug("Missing cols from metadata sources:", missingcols)
logger.debug("Missing cols from metadata sources:"+ (str)(missingcols))


#TODO INCLUDE filter in traversing through directories at the top
Expand Down

0 comments on commit 21020ea

Please sign in to comment.