Skip to content

Commit

Permalink
Fix chia root (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariano54 committed Mar 16, 2021
1 parent d1d1cf8 commit 312b261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -17,6 +17,7 @@ for setuptools_scm/PEP 440 reasons.
- Found and fixed another green flag related issue
- Fixed an issue with weight proofs where all sub-epochs were sampled, and the size of the weight proof kept growing
- Fixed an issue with install-gui.sh, where npm audit fix was failing. (Thanks @Depado!)
- Migration with CHIA_ROOT set does not crash chia init


## 1.0rc8 aka Release Candidate 8 - 2020-03-15
Expand Down
1 change: 1 addition & 0 deletions src/cmds/init.py
Expand Up @@ -310,6 +310,7 @@ def chia_init(root_path: Path):
f"Please unset the environment variable and run chia init again\n"
f"or manually migrate config.yaml"
)
return

print(f"Chia directory {root_path}")

Expand Down

0 comments on commit 312b261

Please sign in to comment.