Skip to content

Commit

Permalink
Update checkoutScript.py documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kiihne-noaa authored Nov 15, 2024
1 parent 2d28f49 commit 3eee452
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions fre/pp/checkoutScript.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3eee452

Please sign in to comment.