Merge branch 'webapp-help' into 'v3'
Help text for errors See merge request openflexure/openflexure-microscope-server!610
This commit is contained in:
commit
236190da64
1 changed files with 5 additions and 1 deletions
|
|
@ -59,7 +59,11 @@ def main(branch: str = "v3", project: Optional[str] = None) -> None:
|
|||
|
||||
zip_data = ofm_repo.artifacts.download(branch, "build")
|
||||
except GitlabGetError as e:
|
||||
print(f"Failed to get artifacts from GitLab.\n{e}")
|
||||
print(
|
||||
"Failed to get artifacts from GitLab.\n"
|
||||
"If pointing to a branch, ensure the artifacts haven't expired,\n"
|
||||
f"and rerun the pipeline from Gitlab if necessary.\n{e}"
|
||||
)
|
||||
sys.exit(-1)
|
||||
|
||||
if zip_data is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue