Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion cmds/cmd_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ def install_pkg(env_root, pkgs_root, bsp_root, pkg):

except Exception as e:
print("\nFailed to download software package with git. Please check the network connection.")
os.chdir(before)
return False

if upstream_change_flag:
Expand Down