Skip to content

Commit

Permalink
utils/viewer: remove unused ret assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ubitux committed Feb 24, 2024
1 parent 4c264a1 commit 873b763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynopegl-utils/pynopegl_utils/viewer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def __init__(self, app, qml_engine, args):
app_window.set_about_content(qml.get_about_content("Viewer", _ABOUT_EXTRA_TEXT))

try:
ret = subprocess.run(
subprocess.run(
["ffmpeg", "-version"],
check=True,
stdout=subprocess.DEVNULL,
Expand Down

0 comments on commit 873b763

Please sign in to comment.