summarylogtreecommitdiffstats
path: root/0007-Trap-any-kind-of-exception-during-plugin-parsing-eg-.patch
diff options
context:
space:
mode:
authorBjörn Bidar2022-05-15 12:28:42 +0300
committerBjörn Bidar2022-05-15 12:28:42 +0300
commitd1d9256f88479c0e3458908bd69c4df5a68c0d6a (patch)
tree843d62c0dd85424ce3815e53947c9b9e0b7ac43a /0007-Trap-any-kind-of-exception-during-plugin-parsing-eg-.patch
parente5f15edab3c87b91f4397dc367dc442ae5df800d (diff)
downloadaur-d1d9256f88479c0e3458908bd69c4df5a68c0d6a.tar.gz
Update 0.177.0
- New upstream release - Rebase patches
Diffstat (limited to '0007-Trap-any-kind-of-exception-during-plugin-parsing-eg-.patch')
-rw-r--r--0007-Trap-any-kind-of-exception-during-plugin-parsing-eg-.patch13
1 files changed, 5 insertions, 8 deletions
diff --git a/0007-Trap-any-kind-of-exception-during-plugin-parsing-eg-.patch b/0007-Trap-any-kind-of-exception-during-plugin-parsing-eg-.patch
index 711a95fd4b88..1581b07c65b7 100644
--- a/0007-Trap-any-kind-of-exception-during-plugin-parsing-eg-.patch
+++ b/0007-Trap-any-kind-of-exception-during-plugin-parsing-eg-.patch
@@ -1,18 +1,18 @@
-From b9ad9137d94eb243557cdabce10e7aa64b5eeda0 Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Marko Lemmetty <marko.lemmetty@jollamobile.com>
Date: Fri, 15 May 2020 15:44:22 +0300
-Subject: [PATCH 7/7] Trap any kind of exception during plugin parsing (eg
- IOError for a dangling symlink)
+Subject: [PATCH] Trap any kind of exception during plugin parsing (eg IOError
+ for a dangling symlink)
---
osc/commandline.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/osc/commandline.py b/osc/commandline.py
-index 4aec544d..f8d4bbe4 100644
+index d72467f2..7c919616 100644
--- a/osc/commandline.py
+++ b/osc/commandline.py
-@@ -9582,7 +9582,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
+@@ -9617,7 +9617,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
if (inspect.isfunction(data) and inspect.getmodule(data) == mod
or inspect.ismodule(data)):
setattr(self.__class__, name, data)
@@ -21,6 +21,3 @@ index 4aec544d..f8d4bbe4 100644
if (os.environ.get('OSC_PLUGIN_FAIL_IGNORE')):
print("%s: %s\n" % (os.path.join(plugin_dir, extfile), e), file=sys.stderr)
else:
---
-2.34.1
-