iblrig.upgrade_iblrig.call_subprocesses
- iblrig.upgrade_iblrig.call_subprocesses(reset_repo=False, **kwargs)[source]
Perform upgrade-related subprocess calls.
- Parameters:
reset_repo (
bool
, optional) – If True, reset the local Git repository to its remote state before upgrading.**kwargs – Additional keyword arguments to be passed to subprocess calls.
- Returns:
This function does not return any value.
- Return type:
- Raises:
subprocess.CalledProcessError – If any subprocess calls result in a non-zero return code.
FileNotFoundError – If any of the subprocess commands executable is not found.
- Parameters:
reset_repo (bool)