Skip to content

Commit a7645a5

Browse files
committed
Add function for listing out section order
1 parent 7ff5a69 commit a7645a5

6 files changed

Lines changed: 425 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
# Constants
2929
QUARTER = os.path.basename(PATHS["data_quarter"])
30-
SECTION = "Google Custom Search (GCS)"
30+
SECTION = "1-gcs_report.py"
3131

3232

3333
def parse_arguments():
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Setup
2626
LOGGER, PATHS = shared.setup(__file__)
2727
QUARTER = os.path.basename(PATHS["data_quarter"])
28-
SECTION = "GitHub data"
28+
SECTION = "2-github_report.py"
2929

3030

3131
def parse_arguments():

0 commit comments

Comments
 (0)