File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1- # using ArgParse
21"""
32 GenericRegistry
43
54Module providing basic tools to manage a *package registry*, by which is meant a package
6- environment, together with "package metata ", in the form of a dictionary of TOML-parsable
5+ environment, together with "package metadata ", in the form of a dictionary of TOML-parsable
76values, keyed on the environment's package dependencies, which is stored in a TOML
87file. (This file is called Metadata.toml and is located in the same folder as environment
98Project.toml file.) Not to be confused with a package registry in the sense of the
@@ -192,7 +191,7 @@ close(future) = rmprocs(future.where)
192191"""
193192 GenericRegistry.put(pkg, value, environment)
194193
195- In the metata dictionary associated with specified package environment, assign `value` to
194+ In the metadata dictionary associated with specified package environment, assign `value` to
196195the key `pkg`.
197196
198197"""
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ N = nworkers()
2020 @test keys (dic) == Set ([" Model1" ])
2121end
2222
23- # build a dummmy registry:
23+ # build a dummy registry:
2424registry = joinpath (tempdir (), randstring (20 ))
2525mkpath (registry)
2626project_string =
You can’t perform that action at this time.
0 commit comments