Skip to content
Snippets Groups Projects
Commit 51eefe77 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

pep8

parent c1d4fb17
Branches
Tags
No related merge requests found
......@@ -298,7 +298,8 @@ def transfer_funding_sources(nren_dict):
nren = nren_dict[nren_name]
if nren.name.lower() == 'heanet':
nren_info[FundingSource.OTHER] = round(nren_info[FundingSource.COMMERCIAL] + nren_info[FundingSource.OTHER], 2)
nren_info[FundingSource.OTHER] = round(
nren_info[FundingSource.COMMERCIAL] + nren_info[FundingSource.OTHER], 2)
nren_info[FundingSource.COMMERCIAL] = 0
nren_info[FundingSource.GOV_PUBLIC_BODIES] = 77.78
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment