We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7360023 commit 5489084Copy full SHA for 5489084
1 file changed
chipfoundry_cli/main.py
@@ -360,6 +360,7 @@ def init(project_root, shuttle, description):
360
try:
361
shuttles = _api_get("/shuttles/available")
362
if shuttles:
363
+ shuttles.sort(key=lambda s: s.get('tapeout_date', '9999-12-31'))
364
console.print("\n[bold]Available shuttles:[/bold]")
365
for i, s in enumerate(shuttles, 1):
366
deadline = s.get('tapeout_date', '')
0 commit comments