Skip to content

Commit

Permalink
improve commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-butcher committed Nov 20, 2024
1 parent 24c8b4b commit f137fbc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions client/untouchable.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"""
Given a list of shoot numbers, return any of them that have not been transferred
This script assumes that the presence of any part of the shoot on the target system
implies that it has been transferred. i.e. that if a shoot is a large one that needs to be
broken apart, then it does not check whether all parts have been successfully transferred.
"""

import boto3
import sys

Expand Down

0 comments on commit f137fbc

Please sign in to comment.