Skip to content

Commit 8e7718b

Browse files
Rename Excel file
1 parent 027422b commit 8e7718b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/penn_chime/model/ppe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ class PPE:
99
def __init__(self, env: Dict[str, str]):
1010
"""__init__."""
1111
self.assets = assets = env['ASSETS']
12-
self.filename = filename = "PPE_Calculator.xlsx"
12+
self.filename = filename = "PPE_Calculator_COVID-19.xlsx"
1313
self.src = os.path.join(assets, filename)

0 commit comments

Comments
 (0)