Skip to content

Commit

Permalink
Quieter init and JULIA_DEPOT as the default for set_paths (#161)
Browse files Browse the repository at this point in the history
* No path warnings at init

* Bump version to 0.4.3
  • Loading branch information
ven-k authored May 18, 2022
1 parent 4e9e6f4 commit d6546f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Xtals"
uuid = "ede5f01d-793e-4c47-9885-c447d1f18d6d"
authors = ["SimonEnsemble <cory.simon@oregonstate.edu>"]
version = "0.4.2"
version = "0.4.3"

[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down
2 changes: 1 addition & 1 deletion src/Xtals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function __init__()
rc[:paths][:crystals] = ""
rc[:paths][:data] = ""
# set paths to data and crystals relative to pwd() at import
set_paths(joinpath(pwd(), "data"))
set_paths(joinpath(pwd(), "data"); no_warn=true)
end


Expand Down

0 comments on commit d6546f1

Please sign in to comment.