From 3eee452fda4d8273f21255da11c399083c57f0fb Mon Sep 17 00:00:00 2001 From: kiihne-noaa Date: Fri, 15 Nov 2024 14:22:31 -0500 Subject: [PATCH] Update checkoutScript.py documentation --- fre/pp/checkoutScript.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/fre/pp/checkoutScript.py b/fre/pp/checkoutScript.py index 3ded8384..b665ccb4 100644 --- a/fre/pp/checkoutScript.py +++ b/fre/pp/checkoutScript.py @@ -1,8 +1,10 @@ #!/usr/bin/env python -# Author: Bennett Chang -# Description: - +# Author: Avery Kiihne +''' +Description: Checkout script which accounts for 4 different scenarios: 1. branch not given, folder does not exist, +2. branch given, folder does not exist, 3. branch not given, folder exists, 4. branch given and folder exists +''' import os import sys import subprocess