diff options
author | Tatsuki Makino <tatsuki_makino@hotmail.com> | 2021-09-01 16:12:03 -0700 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-09-01 16:12:52 -0700 |
commit | 62b4740ad4c10f5423a1ce506840d1d80cd39299 (patch) | |
tree | 9b04a977fa3a4b4afefb8bb7d754b76f58bda086 /multimedia/openshot/files/patch-src_classes_exceptions.py | |
parent | multimedia/libopenshot: Update to 0.2.6 (diff) |
multimedia/openshot: Update to 2.6.0
PR: 258162
Diffstat (limited to 'multimedia/openshot/files/patch-src_classes_exceptions.py')
-rw-r--r-- | multimedia/openshot/files/patch-src_classes_exceptions.py | 4 |
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 c5ff6b9138ac..d236f25bd117 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-06-09 04:36:57 UTC +--- src/classes/exceptions.py.orig 2021-08-24 18:04:45 UTC +++ src/classes/exceptions.py -@@ -141,6 +141,8 @@ def libopenshot_crash_recovery(): +@@ -109,6 +109,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() |