Return this None instead of assigning then returning.
This commit is contained in:
parent
e25c6e8697
commit
5da8d793d6
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ def _load_ffmpeg():
|
|||
)
|
||||
except converter.ffmpeg.FFMpegError:
|
||||
traceback.print_exc()
|
||||
ffmpeg = None
|
||||
return None
|
||||
|
||||
return ffmpeg
|
||||
|
||||
|
|
Loading…
Reference in a new issue