You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.
Changes status of uncompleted review tasks to Unfinished.
""")
parser.add_argument('--milestone',
metavar="ID",
type=int,
required=True,
help="id number of ReviewMilestone in Caesar. Go to Admin, Review milestones, and take the last number from the link of the review milestone you created for this deadline.")
parser.add_argument('-n', '--dry-run',
action="store_true",
help="just do a test run -- don't save anything into the Caesar database")