Return this None instead of assigning then returning.

master
voussoir 2020-02-19 14:06:53 -08:00
parent e25c6e8697
commit 5da8d793d6
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ def _load_ffmpeg():
)
except converter.ffmpeg.FFMpegError:
traceback.print_exc()
ffmpeg = None
return None
return ffmpeg