Skip to content

Commit

Permalink
set init
Browse files Browse the repository at this point in the history
  • Loading branch information
aradhakrishnanGFDL committed Jul 29, 2024
1 parent 4fa54e7 commit 8e9de12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions catalogbuilder/intakebuilder/gfdlcrawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ def crawlLocal(projectdir, dictFilter,dictFilterIgnore,logger,configyaml,slow):
#todo catch exceptions upon furhter testing
list_ptemplate = []
list_ftemplate = []
set_ptemplate = set()
set_ftemplate = set()

if( configyaml is not None):
if (configyaml.output_path_template is not None) & (configyaml.output_file_template is not None) :
list_ptemplate = configyaml.output_path_template
Expand Down

0 comments on commit 8e9de12

Please sign in to comment.