Home | History | Annotate | Download | only in server

Lines Matching refs:delete_file_list

509         delete_file_list = [atrun.remote_control_file,
513 cmd = ';'.join('rm -f ' + control for control in delete_file_list)