Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sotodlib/site_pipeline/update_obsdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ def main(config: str,
overwrite : bool
if False, do not re-check existing entries
fastwalk : bool
if True, assume the directories have a structure /base_dir/obs|oper/\d{5}/...
Then replace base_dir with only the directories where \d{5} is greater or
if True, assume the directories have a structure /base_dir/obs|oper/\\d{5}/...
Then replace base_dir with only the directories where \\d{5} is greater or
equal to recency.
"""
if verbosity == 0:
Expand Down