Skip to content

Commit

Permalink
fix(qc/2017): Fix function call
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 15, 2024
1 parent 7e6b8ea commit 622a117
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

def namer(f):
import boundaries
n = boundaries.clean_attr('NM_CEP')
n = boundaries.clean_attr('NM_CEP')(f)
# https://fr.wikipedia.org/wiki/Camille-Laurin_(circonscription_provinciale)
if n == 'Bourget':
return 'Camille-Laurin'
Expand Down

0 comments on commit 622a117

Please sign in to comment.