Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion bin/check-workspace-attachments.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ async def main():
"security-state-staging": "security-state-preview",
"staging": "blocklists-preview",
}
# do not bother intropsecting server info here...
# do not bother introspecting server info here...
without_preview_collection = ["addons-bloomfilters"]
all_preview_collections = [
(preview_buckets[bid], cid)
Expand Down
2 changes: 1 addition & 1 deletion cronjobs/src/commands/backport_records.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def execute_backport(
is_behind = to_create or to_update or to_delete
has_pending_changes = is_behind
if not is_behind:
# When this lambda is ran with a signed collection as
# When this lambda is run with a signed collection as
# its destination, the destination collection is in the
# workspace bucket, and will have a status field among
# its metadata.
Expand Down
2 changes: 1 addition & 1 deletion cronjobs/src/commands/refresh_signature.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def refresh_signature():
# 0. Figure out which was the source collection of this signed collection.
source = get_signed_source(server_info, change)
if source is None:
# Skip if change is not on a destination collection (eg. review collection)
# Skip if change is not on a destination collection (e.g. review collection)
continue

client = Client(
Expand Down