Skip to content

Commit 8269354

Browse files
author
Christopher Doris
committed
change warn to info
1 parent cdd83d3 commit 8269354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/deps.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ function add(; conda_channels=nothing, conda_packages=nothing, pip_indexes=nothi
533533
open(io->TOML.print(io, deps), file, "w")
534534
if resolve
535535
Deps.resolve(force=true, create=create)
536-
@warn "You will need to restart Julia if this Conda command reinstalled Python or any other packages."
536+
@info "You will need to restart Julia if this Conda command reinstalled Python or any other packages."
537537
end
538538
return
539539
end
@@ -579,7 +579,7 @@ function rm(; conda_channels=nothing, conda_packages=nothing, pip_indexes=nothin
579579
open(io->TOML.print(io, deps), file, "w")
580580
if resolve
581581
Deps.resolve(force=true, create=create)
582-
@warn "You will need to restart Julia if this Conda command reinstalled Python or any other packages."
582+
@info "You will need to restart Julia if this Conda command reinstalled Python or any other packages."
583583
end
584584
return
585585
end

0 commit comments

Comments
 (0)