Skip to content

Commit 16f3b1b

Browse files
cherviasguanyilun
authored andcommitted
Now atomic filterbin mapmaker wont throw a non-0 error when there are not TODs
1 parent 1de526e commit 16f3b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sotodlib/site_pipeline/make_atomic_filterbin_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def main(
335335
fixed_time=args.fixed_time, mindur=args.min_dur)
336336
except mapmaking.NoTODFound as err:
337337
L.exception(err)
338-
exit(1)
338+
exit(0)
339339
L.info(f'Running {len(obslists)} maps after build_obslists')
340340

341341
split_labels = []

0 commit comments

Comments
 (0)