diff options
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() |