osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/34665?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: obs: Fix typo in log line informing variable to be modified ......................................................................
obs: Fix typo in log line informing variable to be modified
Change-Id: I381f30ad2443bbd86a23d2808a5f8e3c650953b7 --- M scripts/obs/lib/__init__.py 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: osmith: Looks good to me, approved Jenkins Builder: Verified
diff --git a/scripts/obs/lib/__init__.py b/scripts/obs/lib/__init__.py index 1f686e5..226015a 100644 --- a/scripts/obs/lib/__init__.py +++ b/scripts/obs/lib/__init__.py @@ -116,7 +116,7 @@ return package
print(f"ERROR: unknown package: {package}") - print("See packages_osmocom and packages_other in obs/lib/config.py") + print("See projects_osmocom and projects_other in obs/lib/config.py") sys.exit(1)