Home
last modified time | relevance | path

Searched refs:dry_run (Results 1 – 2 of 2) sorted by relevance

/petsc/share/petsc/
H A Dchkerrconvert.py66 def __init__(self,verbose,dry_run,del_empty_last_line): argument
82 self.dry_run = dry_run
175 if self.dry_run:
199 mod = 'found' if self.dry_run else 'made'
250 def main(search_tool,start_path,dry_run,verbose,force,del_empty_last_line): argument
262 processor = Processor(verbose,dry_run,del_empty_last_line)
277 if dry_run:
312 … main(args.search_tool,args.path,args.dry_run,args.verbose,args.force,args.delete_empty_last_line)
/petsc/lib/petsc/bin/maint/
H A Dcheck_header_guard.py374 if not opts.dry_run: