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:

None

Raises:
Parameters:

reset_repo (bool)