diff --git a/sources/org.osbuild.files b/sources/org.osbuild.files index 34d5334a..9a2665a9 100755 --- a/sources/org.osbuild.files +++ b/sources/org.osbuild.files @@ -93,7 +93,7 @@ def get_rhsm_secrets(): rhsm_secrets['ssl_client_cert'] = cert return rhsm_secrets - raise RuntimeError(f"no matching rhsm key and cert") + raise RuntimeError("no matching rhsm key and cert") def main(options, checksums, cache, output):