Skip to content

Commit

Permalink
#36 small adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristopher Rand authored and Kristopher Rand committed Oct 24, 2024
1 parent f80c7f0 commit 8b3a2c9
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 @@ -79,7 +79,7 @@ def crawlLocal(projectdir, dictFilter,dictFilterIgnore,logger,configyaml,slow):
continue
#if our filename expectations are not met compared to the output_file_path_template in config, skip the loop. TODO revisit for statics
if ("static" not in filename):
splitchar = "_" if "/uda" in filename else "."
splitchar = "_" if "/uda" in filepath else "."
if ((len(filename.split(splitchar))-1) != len(set_ftemplate)):
logger.debug("Skipping "+filename)
continue
Expand Down

0 comments on commit 8b3a2c9

Please sign in to comment.