We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3e53ae + ea1d78c commit 5c7290dCopy full SHA for 5c7290d
process_report/process_report.py
@@ -55,7 +55,6 @@
55
56
PI_S3_FILEPATH = "PIs/PI.csv"
57
58
-
59
ALIAS_S3_FILEPATH = "PIs/alias.csv"
60
61
@@ -242,8 +241,11 @@ def main():
242
241
invoice_month,
243
data=validate_billable_pi_proc.data,
244
old_pi_filepath=old_pi_file,
245
- limit_new_pi_credit_to_partners=rates_info.get_value_at(
246
- "Limit New PI Credit to MGHPCC Partners", invoice_month
+ limit_new_pi_credit_to_partners=(
+ rates_info.get_value_at(
+ "Limit New PI Credit to MGHPCC Partners", invoice_month
247
+ )
248
+ == "True",
249
),
250
)
251
new_pi_credit_proc.process()
0 commit comments