Skip to content

Commit

Permalink
analyser_merge_public_equipment_FR_lyon_toilets: fix oh parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Jan 5, 2025
1 parent 3e43bcf commit 0c2e956
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

class Analyser_Merge_Public_Equipment_FR_Lyon_Toilets(Analyser_Merge_Point):
def ohToStr(self, oh):
if not oh:
if not oh or oh == "None":
return None
else:
theJson = json.loads(oh.replace("'", '"'))
Expand Down

0 comments on commit 0c2e956

Please sign in to comment.