[pitivi] render: Make return statement easier to see
- From: Alexandru Băluț <alexbalut src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] render: Make return statement easier to see
- Date: Fri, 5 Mar 2021 23:07:56 +0000 (UTC)
commit 01828a88fe7536bb4e37e78810cea4138b13b4ef
Author: Alexandru Băluț <alexandru balut gmail com>
Date: Mon Aug 31 21:32:06 2020 +0200
render: Make return statement easier to see
pitivi/render.py | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/pitivi/render.py b/pitivi/render.py
index 6772babe2..bec8cdc79 100644
--- a/pitivi/render.py
+++ b/pitivi/render.py
@@ -1429,11 +1429,10 @@ class RenderDialog(Loggable):
# Use HQ Proxy (or equivalent) only for unsupported assets
if self.__automatically_use_proxies.get_active():
- if self.app.proxy_manager.is_asset_format_well_supported(
- asset_target):
+ if self.app.proxy_manager.is_asset_format_well_supported(asset_target):
return asset_target
- else:
- proxy_unsupported = True
+
+ proxy_unsupported = True
# Use HQ Proxy (or equivalent) whenever available
if self.__always_use_proxies.get_active() or proxy_unsupported:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]