Skip to content
Snippets Groups Projects
Unverified Commit 1f832779 authored by Ritesh Raj Sarraf's avatar Ritesh Raj Sarraf
Browse files

Import the explicit exception


Since we aren't importing the sh module wholly, we need to hand-import
all things we use from it.

Signed-off-by: default avatarRitesh Raj Sarraf <ritesh.sarraf@collabora.com>
parent 2382113c
No related branches found
No related tags found
2 merge requests!229Import the explicit exception,!93WIP: documentation-builder: Rebase on Apertis instead of Debian Buster
Pipeline #262934 failed
......@@ -11,6 +11,7 @@ import argparse
from sh.contrib import git
from sh import apertis_pkg_merge_updates
from sh import echo
from sh import ErrorReturnCode
import re
from pathlib import Path
from functools import partial
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment