mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-20 22:37:44 +00:00
flynt pass to provide consistency to string formatters and concatenation
This commit is contained in:
@@ -28,7 +28,7 @@ class DME(LocalFileSIGRefDataProvider):
|
||||
|
||||
ref = SIGRef(sig=self.SIG, id=ref_id,
|
||||
ref_type="Town",
|
||||
name=row["NOMBRE_ACTUAL"] + ", " + row["PROVINCIA"],
|
||||
name=f"{row['NOMBRE_ACTUAL']}, {row['PROVINCIA']}",
|
||||
latitude=latitude,
|
||||
longitude=longitude)
|
||||
if latitude and longitude:
|
||||
|
||||
Reference in New Issue
Block a user