Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
r-akemii committed Jun 18, 2024
1 parent a60d6ec commit 18201b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aequilibrae/transit/lib_gtfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def save_to_disk(self):
sql = "insert into fare_zones (fare_zone_id, transit_zone) values(?, ?);"
conn.executemany(sql, zones)
conn.commit()

self.__outside_zones = None in [x.taz for x in self.select_stops.values()]
if self.__outside_zones:
msg = " Some stops are outside the zoning system. Check the result on a map and see the log for info"
Expand Down

0 comments on commit 18201b5

Please sign in to comment.