File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -564,19 +564,15 @@ def main():
564564 try :
565565 pars .search_expression = re .compile (pars .search_expression )
566566 except TypeError as e :
567- logger .warning (
568- f"Search Criteria { pars .search_expression } \
569- is invalid, resuming without criteria: { e } "
570- )
567+ logger .warning (f"Search Criteria { pars .search_expression } \
568+ is invalid, resuming without criteria: { e } " )
571569 pars .search_expression = None
572570
573571 configuration = Configuration (pars )
574572
575- logger .info (
576- f"Output file paths: Summary: { pars .summary_path } ,\
573+ logger .info (f"Output file paths: Summary: { pars .summary_path } ,\
577574 Tree: { pars .tree_path } ,\
578- CSV: { pars .csv_path } "
579- )
575+ CSV: { pars .csv_path } " )
580576 logger .debug ("Launching exploration of target directory." )
581577
582578 paths = generate_tree (
You can’t perform that action at this time.
0 commit comments