Skip to content

Commit

Permalink
fine
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhengLiu1119 committed Sep 20, 2022
1 parent a0768fc commit a0901d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PandaModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ try
import Gurobi
catch e
if isa(e, LoadError)
println("Cannot import Gurobi. That's find if you do not plan to use it")
println("Cannot import Gurobi. That's fine if you do not plan to use it")
end
end
const _IM = InfrastructureModels
Expand Down

0 comments on commit a0901d5

Please sign in to comment.