Skip to content
Merged
2 changes: 1 addition & 1 deletion scripts/3-report/gcs_report.py → scripts/3-report/01-gcs_report.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

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


def parse_arguments():
Expand Down
2 changes: 1 addition & 1 deletion scripts/3-report/github_report.py → scripts/3-report/02-github_report.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Setup
LOGGER, PATHS = shared.setup(__file__)
QUARTER = os.path.basename(PATHS["data_quarter"])
SECTION = "GitHub data"
SECTION = "2-github_report.py"
Comment thread
TimidRobot marked this conversation as resolved.
Outdated


def parse_arguments():
Expand Down
Loading