mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-12 16:32:09 +08:00
fix update_ci_routes.py
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