Skip to content

Commit cd8f73a

Browse files
[UX] Make "No fleets" run status more explicit #3405
1 parent e5cf2cf commit cd8f73a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/dstack/_internal/cli/services/configurators

src/dstack/_internal/cli/services/configurators/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def apply_configuration(
111111
if len(self.api.client.fleets.list(self.api.project)) == 0:
112112
no_fleets = True
113113

114-
print_run_plan(run_plan, max_offers=configurator_args.max_offers, no_fleets=True)
114+
print_run_plan(run_plan, max_offers=configurator_args.max_offers, no_fleets=no_fleets)
115115

116116
confirm_message = "Submit a new run?"
117117
if conf.name:

0 commit comments

Comments
 (0)