From 0be7e95f48924d1f70d25cdfe6af3dedad746e2f Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 27 May 2024 12:10:32 +0200 Subject: [PATCH] make abra.sh less verbose by ignoring RuntimeWarnings --- abra.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abra.sh b/abra.sh index a5e0bf1..6c20e27 100644 --- a/abra.sh +++ b/abra.sh @@ -178,7 +178,7 @@ for name, url in applications.items(): quieten(){ # 'SyntaxWarning|version_regex|"http\[' # is a workaround to get rid of some verbose syntax warnings, this might be fixed with another version - grep -Pv '"level": "(info|debug)"|SyntaxWarning|version_regex|"http\[' + grep -Pv '"level": "(info|debug)"|SyntaxWarning|version_regex|"http\[|RuntimeWarning:' } add_email_templates(){