aboutsummaryrefslogtreecommitdiff
path: root/multimedia/openshot/files/patch-src_classes_exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/openshot/files/patch-src_classes_exceptions.py')
-rw-r--r--multimedia/openshot/files/patch-src_classes_exceptions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/openshot/files/patch-src_classes_exceptions.py b/multimedia/openshot/files/patch-src_classes_exceptions.py
index b0f1169b5df1..c5ff6b9138ac 100644
--- a/multimedia/openshot/files/patch-src_classes_exceptions.py
+++ b/multimedia/openshot/files/patch-src_classes_exceptions.py
@@ -1,6 +1,6 @@
---- src/classes/exceptions.py.orig 2021-01-30 23:50:27 UTC
+--- src/classes/exceptions.py.orig 2021-06-09 04:36:57 UTC
+++ src/classes/exceptions.py
-@@ -120,6 +120,8 @@ def libopenshot_crash_recovery():
+@@ -141,6 +141,8 @@ def libopenshot_crash_recovery():
# Format last log line based on OS (since each OS can be formatted differently)
if platform.system() == "Darwin":
last_log_line = "mac-%s" % last_log_line[58:].strip()