3 start_time = time.time()
9 for line
in reversed(lines):
10 blah = line.split()[0]
11 os.system(
"jobsub_rm -G lbne --jobid="+blah);
13 current_time = time.time()
14 if current_time - start_time > 60*60*23:
int open(const char *, int)
Opens a file descriptor.