Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera committed Oct 18, 2024
1 parent f9a9457 commit e5e2e9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exec/update_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def get_cmd(cmd: str, msg=None, safe=False) -> str:
return out.strip()
except sp.CalledProcessError:
msg_fatal(msg if msg else f"executing: {cmd}")
return ""


def chdir(path: str):
Expand Down

0 comments on commit e5e2e9e

Please sign in to comment.