Skip to content

Commit

Permalink
v2.2 Minor Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin C Presley committed Jul 16, 2021
1 parent 4d85555 commit 29280ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
# ----------------------------------------------------------

# Version of Hydra according to pip
__version__ = "0.2.1"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion ndn_hydra/repo/main/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def parse_cmd_opts():
args["node_name"] = process_others(vars.node_name)
args["session_id"] = process_others(vars.session_id)
workpath = "{home}/.ndn/repo{repo_prefix}/{session_id}".format(home=os.path.expanduser("~"), repo_prefix=args["repo_prefix"], session_id=args["session_id"])
rgs["logging_path"] = "{workpath}/session.log".format(workpath=workpath)
args["logging_path"] = "{workpath}/session.log".format(workpath=workpath)
args["data_storage_path"] = "{workpath}/data.db".format(workpath=workpath)
args["global_view_path"] = "{workpath}/global_view.db".format(workpath=workpath)
args["svs_storage_path"] = "{workpath}/svs.db".format(workpath=workpath)
Expand Down

0 comments on commit 29280ef

Please sign in to comment.