Skip to content

Commit 93aa81d

Browse files
committed
test: bypass
1 parent 34839bb commit 93aa81d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/src/scripts/populate_db_gtfs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ def populate_db(self):
177177
for index, row in self.df.iterrows():
178178
self.logger.debug(f"Populating Database with Feed [stable_id = {row['mdb_source_id']}]")
179179
# Create or update the GTFS feed
180+
if str(int(float(row["mdb_source_id"]))) != '2155': # TODO: remove before merging
181+
continue
180182
data_type = self.get_data_type(row)
181183
stable_id = self.get_stable_id(row)
182184
feed = self.query_feed_by_stable_id(stable_id, data_type)

0 commit comments

Comments
 (0)