From a54ac63bbf9b2c71026ac9028a8ffaf186cf3c82 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 28 Jun 2020 18:58:14 +0200 Subject: New upstream version 1.25.90 --- examples/python/gi/nm-wg-set | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/python/gi/nm-wg-set') diff --git a/examples/python/gi/nm-wg-set b/examples/python/gi/nm-wg-set index ca31ac72..1f5279ee 100755 --- a/examples/python/gi/nm-wg-set +++ b/examples/python/gi/nm-wg-set @@ -58,7 +58,6 @@ # nm-wg-set id "$PROFILE" $WG_ARGS import sys -import re import os import gi @@ -443,7 +442,7 @@ if __name__ == '__main__': secrets = conn.get_secrets(NM.SETTING_WIREGUARD_SETTING_NAME) if secrets: conn.update_secrets(NM.SETTING_WIREGUARD_SETTING_NAME, secrets) - except: + except Exception: pass if not argv: -- cgit 1.3.0-6-gf8a5