Skip to content

Commit

Permalink
Issue #79: Fixed bug when running finish_install
Browse files Browse the repository at this point in the history
  • Loading branch information
johnowagon committed Nov 30, 2023
1 parent fd98f12 commit 5f278cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bsk_rl/finish_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def pck_install():
z = zipfile.ZipFile(io.BytesIO(r.content))
z.extractall(
Path(__file__).parent.resolve()
/ "bsk_rl"
/ "envs"
/ "general_satellite_tasking"
/ "scenario"
Expand Down

0 comments on commit 5f278cf

Please sign in to comment.