Skip to content

Commit

Permalink
Changelog, redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RedTachyon committed Feb 9, 2024
1 parent 6c0dcf0 commit 25c6856
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- `cogmentlab install` no longer requires root access

### Changed
- The `cogmentlab` command now uses the `cogment` executable stored in `$COGMENT_LAB_HOME/bin/cogment`. This might require rerunning `cogmentlab install` or updating the environment variable.


## v0.1.2 - 2024-02-02

Expand Down
1 change: 0 additions & 1 deletion cogment_lab/cli/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def launch_main(command: str):
if process:
processes.append(process)

# Optional: Wait for all subprocesses to complete
for process in processes:
process.wait()

Expand Down

0 comments on commit 25c6856

Please sign in to comment.