aboutsummaryrefslogtreecommitdiffstats
path: root/python/load_globeop_report.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/load_globeop_report.py')
-rw-r--r--python/load_globeop_report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/load_globeop_report.py b/python/load_globeop_report.py
index aadfd52f..7210b062 100644
--- a/python/load_globeop_report.py
+++ b/python/load_globeop_report.py
@@ -101,7 +101,7 @@ def pnl_reports():
def read_cds_report(f):
df = pd.read_csv(f)
- df2 = pd.read_csv(f.parent / "All_Report.csv")
+ df2 = pd.read_csv(f.parent / "All_Report_SERCGMAST.csv")
def drop_zero_count(df):
for col in df: