Skip to content

Commit

Permalink
Solara
Browse files Browse the repository at this point in the history
  • Loading branch information
ideyaa committed Sep 10, 2024
1 parent 1db6e8f commit 38eb228
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solara/lib/core/doctor/doctor_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def ensure_initialized!
brands = FilePath.brands
brands_list = FilePath.brands_list
platform = SolaraSettingsManager.instance.platform
puts "ensure_initialized! platform: #{platform}"
unless File.exist?(brands) && File.exist?(brands_list) && !platform.nil? && !platform.empty?
Solara.logger.error("Solara is not initialized here. Please run 'solara init' to initialize.")
exit 1
Expand Down

0 comments on commit 38eb228

Please sign in to comment.