We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436c71c commit e72ef8eCopy full SHA for e72ef8e
installation_and_upgrade/ibex_install_utils/tasks/server_tasks.py
@@ -280,7 +280,8 @@ def install_shared_scripts_repository(self) -> None:
280
281
@task("Merge master branch into local branch of shared instrument scripts library")
282
def update_shared_scripts_repository(self) -> None:
283
- """Update the shared instrument scripts repository containing"""
+ """Update the shared instrument scripts repository
284
+ containing scripts useful across all instruments"""
285
try:
286
try_to_merge_master_into_repo(self.prompt, INST_SCRIPTS_PATH, True)
287
except git.GitCommandError:
0 commit comments