mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 02:22:09 +08:00
fix update_ci_routes.py
old-commit-hash: a1a7c2b43733388eb4690d020e1854b2016b7c3c
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user