There was an error while loading. Please reload this page.
1 parent 3e50752 commit 7c40736Copy full SHA for 7c40736
1 file changed
tmt/libraries/beakerlib.py
@@ -121,8 +121,8 @@ def __init__(
121
# name of the repo used in `rlImport`.
122
if not identifier.nick:
123
raise tmt.utils.SpecificationError(
124
- "Need either 'url' fetch a remote beakerlib library, "
125
- "or 'path' to use a local filesystem library"
+ "Need either 'url' to fetch a remote beakerlib library, "
+ "or 'path' to use a local filesystem library, "
126
"or 'nick' to use the discovered tmt tree as the library."
127
)
128
# FIXME: it seems self.parent is always a `DiscoverFmf`?
0 commit comments