fix update_ci_routes.py

albatross
Willem Melching 2020-02-27 13:18:39 -08:00
parent 6eca88e9bc
commit a1a7c2b437
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ if __name__ == "__main__":
# sync process replay routes
for s in replay_segments:
route_name, _ = s.rsplit('--', 1)
route_name, _ = s[1].rsplit('--', 1)
if not sync_to_ci_public(route_name):
failed_routes.append(route_name)